Shades of Indigo #600C76
Tints of Indigo #600C76
RGB
CMYK
RGB Variations
Color information
#600C76 (or 0x600C76) is known color: Indigo. HEX triplet: 60, 0C and 76. RGB value is (96,12,118). Sum of RGB (Red+Green+Blue) = 96+12+118=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #600C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C76 is #9FF389. Grayscale: #303030. Windows color (decimal): -10482570 or 7736416. OLE color: 7736416.
HSL color Cylindrical-coordinate representation of color #600C76: hue angle of 287.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600C76 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 12 | 118 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.54 |
| HSL | 287.55º | 0.82% | 0.25% | - |
| HSV(B) | 287.55º | 0.9% | 0.46% | - |
| XYZ | 8.23 | 4.06 | 17.49 | - |
| YUV | 49.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 118 | 0.19 | 0.90 | 0 | 0.54 | 287.55 | 0.82 | 0.25 |
| Hex | 60 | C | 76 | 13 | 5A | 0 | 36 | 120 | 52 | 19 |
| Octal | 140 | 14 | 166 | 23 | 132 | 0 | 66 | 440 | 122 | 31 |
| Binary | 1100000 | 1100 | 1110110 | 10011 | 1011010 | 0 | 110110 | 100100000 | 1010010 | 11001 |
Color Harmonies of #600C76
Complementary color
Monochromatic Colors of #600C76
Black with #600C76
Text Example
Text Example
White with #600C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600C76; }
p { color: rgb(96,12,118); }
H1.HeaderClassName
{
color: #600C76;
}
.AnyTagClassName
{
color: #600C76;
}
</style>
background-color css
<style>
a { background-color: #600C76; }
a { background-color: rgb(96,12,118); }
div.DivClassName
{
background-color: #600C76;
}
.BgClassName
{
background-color: #600C76;
}
</style>
border-color css
<style>
span { border-color: #600C76; }
span { border-color: rgb(96,12,118); }
td.TdClassName
{
border-color: #600C76;
}
.TagClassName
{
border-color: #600C76;
}
</style>