#600876

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

Shades of Indigo #600876

Tints of Indigo #600876

Color information

#600876 (or 0x600876) is unknown color: approx Indigo. HEX triplet: 60, 08 and 76. RGB value is (96,8,118). Sum of RGB (Red+Green+Blue) = 96+8+118=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #600876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600876 is #9FF789. Grayscale: #2E2E2E. Windows color (decimal): -10483594 or 7735392. OLE color: 7735392.

HSL color Cylindrical-coordinate representation of color #600876: hue angle of 288º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600876 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB968118-
CMYK0.190.9300.54
HSL288º87.3%24.71%-
HSV(B)288º93.22%46.27%-
XYZ8.183.9717.47-
YUV46.85168.15163.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.24%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 118 (46.48% from 255) = 53.15%
R=43.24%
G=3.60%
B=53.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9681180.190.9300.5428887.324.71
Hex60876135D0361205719
Octal140101662313506644012731
Binary1100000100011101101001110111010110110100100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600876; }

 p { color: rgb(96,8,118); }

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

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

 a { background-color: rgb(96,8,118); }

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

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

 span { border-color: rgb(96,8,118); }

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