#600C88

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

Shades of Indigo #600C88

Tints of Indigo #600C88

Color information

#600C88 (or 0x600C88) is unknown color: approx Indigo. HEX triplet: 60, 0C and 88. RGB value is (96,12,136). Sum of RGB (Red+Green+Blue) = 96+12+136=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #600C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C88 is #9FF377. Grayscale: #323232. Windows color (decimal): -10482552 or 8916064. OLE color: 8916064.

HSL color Cylindrical-coordinate representation of color #600C88: hue angle of 280.65º 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 #600C88 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9612136-
CMYK0.290.9100.47
HSL280.65º83.78%29.02%-
HSV(B)280.65º91.18%53.33%-
XYZ9.44.5323.67-
YUV51.25175.83159.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=39.34%
G=4.92%
B=55.74%

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
Decimal96121360.290.9100.47280.6583.7829.02
Hex60C881D5B02F119541d
Octal140142103513305743112435
Binary11000001100100010001110110110110101111100011001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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