#600C97

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

Shades of Indigo #600C97

Tints of Indigo #600C97

Color information

#600C97 (or 0x600C97) is unknown color: approx Indigo. HEX triplet: 60, 0C and 97. RGB value is (96,12,151). Sum of RGB (Red+Green+Blue) = 96+12+151=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #600C97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C97 is #9FF368. Grayscale: #343434. Windows color (decimal): -10482537 or 9899104. OLE color: 9899104.

HSL color Cylindrical-coordinate representation of color #600C97: hue angle of 276.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C97 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9612151-
CMYK0.360.9200.41
HSL276.26º85.28%31.96%-
HSV(B)276.26º92.05%59.22%-
XYZ10.544.9829.68-
YUV52.96183.33158.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 151 (59.38% from 255) = 58.30%
R=37.07%
G=4.63%
B=58.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96121510.360.9200.41276.2685.2831.96
Hex60C97245C0291145520
Octal140142274413405142412540
Binary1100000110010010111100100101110001010011000101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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