#600585

Color #600585 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600585

Tints of Indigo #600585

Color information

#600585 (or 0x600585) is unknown color: approx Indigo. HEX triplet: 60, 05 and 85. RGB value is (96,5,133). Sum of RGB (Red+Green+Blue) = 96+5+133=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #600585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600585 is #9FFA7A. Grayscale: #2E2E2E. Windows color (decimal): -10484347 or 8717664. OLE color: 8717664.

HSL color Cylindrical-coordinate representation of color #600585: hue angle of 282.66º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600585 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB965133-
CMYK0.280.9600.48
HSL282.66º92.75%27.06%-
HSV(B)282.66º96.24%52.16%-
XYZ9.114.2922.54-
YUV46.8176.65163.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=41.03%
G=2.14%
B=56.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9651330.280.9600.48282.6692.7527.06
Hex605851C6003011b5d1b
Octal14052053414006043313533
Binary1100000101100001011110011000000110000100011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600585; }

 p { color: rgb(96,5,133); }

 H1.HeaderClassName
 {
   color: #600585;
 }
 .AnyTagClassName
 {
   color: #600585;
 }
</style>
background-color css

<style>
 a { background-color: #600585; }

 a { background-color: rgb(96,5,133); }

 div.DivClassName
 {
   background-color: #600585;
 }
 .BgClassName
 {
   background-color: #600585;
 }
</style>
border-color css

<style>
 span { border-color: #600585; }

 span { border-color: rgb(96,5,133); }

 td.TdClassName
 {
   border-color: #600585;
 }
 .TagClassName
 {
   border-color: #600585;
 }
</style>