Ubuntu Forums Archive Viewer

[SOLVED] Method needed to convert hex & RGB values to colour names and vice versa!

Archived thread 1019496 from Art & Design. Markdown source: Art_&_Design/thread_1019496_[SOLVED]_Method_needed_to_convert_hex_&_RG.md

Original URL About this archive
#1

Hi, I would like to know a method to convert a colour hex value (i.e. #00004A) or a colour RGB value(i.e. R0 G0 B74) to a colour name. Also, it would be great to convert a colour name to a hex value and to an RGB value. Thanks.

#2

Where to convert? Are you making a program? Or a webpage? Some colors are well known with theirs RGB equivalents. But for some others, you could be forced to write your own code.

#3

are you talking about the colour names that web browsers use?

if so try this http://www.w3schools.com/HTML/html_colornames.asp

#4

All colours. For example something like a paint colour card.

#5