#600C9D

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

Shades of Indigo #600C9D

Tints of Indigo #600C9D

Color information

#600C9D (or 0x600C9D) is unknown color: approx Indigo. HEX triplet: 60, 0C and 9D. RGB value is (96,12,157). Sum of RGB (Red+Green+Blue) = 96+12+157=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #600C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C9D is #9FF362. Grayscale: #353535. Windows color (decimal): -10482531 or 10292320. OLE color: 10292320.

HSL color Cylindrical-coordinate representation of color #600C9D: hue angle of 274.76º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C9D is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9612157-
CMYK0.390.9200.38
HSL274.76º85.8%33.14%-
HSV(B)274.76º92.36%61.57%-
XYZ11.045.1832.32-
YUV53.65186.33158.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 12 (5.08% from 255) = 4.53%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=36.23%
G=4.53%
B=59.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96121570.390.9200.38274.7685.833.14
Hex60C9D275C0261135621
Octal140142354713404642312641
Binary1100000110010011101100111101110001001101000100111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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