#600C87

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

Shades of Indigo #600C87

Tints of Indigo #600C87

Color information

#600C87 (or 0x600C87) is unknown color: approx Indigo. HEX triplet: 60, 0C and 87. RGB value is (96,12,135). Sum of RGB (Red+Green+Blue) = 96+12+135=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #600C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C87 is #9FF378. Grayscale: #323232. Windows color (decimal): -10482553 or 8850528. OLE color: 8850528.

HSL color Cylindrical-coordinate representation of color #600C87: hue angle of 280.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600C87 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9612135-
CMYK0.290.9100.47
HSL280.98º83.67%28.82%-
HSV(B)280.98º91.11%52.94%-
XYZ9.334.523.3-
YUV51.14175.33160-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=39.51%
G=4.94%
B=55.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96121350.290.9100.47280.9883.6728.82
Hex60C871D5B02F119541d
Octal140142073513305743112435
Binary11000001100100001111110110110110101111100011001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600C87; }

 p { color: rgb(96,12,135); }

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

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

 a { background-color: rgb(96,12,135); }

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

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

 span { border-color: rgb(96,12,135); }

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