#600596

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

Shades of Indigo #600596

Tints of Indigo #600596

Color information

#600596 (or 0x600596) is unknown color: approx Indigo. HEX triplet: 60, 05 and 96. RGB value is (96,5,150). Sum of RGB (Red+Green+Blue) = 96+5+150=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #600596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600596 is #9FFA69. Grayscale: #303030. Windows color (decimal): -10484330 or 9831776. OLE color: 9831776.

HSL color Cylindrical-coordinate representation of color #600596: hue angle of 277.66º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600596 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB965150-
CMYK0.360.9700.41
HSL277.66º93.55%30.39%-
HSV(B)277.66º96.67%58.82%-
XYZ10.384.829.23-
YUV48.74185.15161.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 150 (58.98% from 255) = 59.76%
R=38.25%
G=1.99%
B=59.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9651500.360.9700.41277.6693.5530.39
Hex6059624610291165e1e
Octal14052264414105142613636
Binary11000001011001011010010011000010101001100010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600596; }

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

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

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

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

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

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

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

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