Shades of Indigo #600A76
Tints of Indigo #600A76
RGB
CMYK
RGB Variations
Color information
#600A76 (or 0x600A76) is known color: Indigo. HEX triplet: 60, 0A and 76. RGB value is (96,10,118). Sum of RGB (Red+Green+Blue) = 96+10+118=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #600A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A76 is #9FF589. Grayscale: #2F2F2F. Windows color (decimal): -10483082 or 7735904. OLE color: 7735904.
HSL color Cylindrical-coordinate representation of color #600A76: hue angle of 287.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600A76 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 10 | 118 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.54 |
| HSL | 287.78º | 0.84% | 0.25% | - |
| HSV(B) | 287.78º | 0.92% | 0.46% | - |
| XYZ | 8.2 | 4.01 | 17.48 | - |
| YUV | 48.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 118 | 0.19 | 0.92 | 0 | 0.54 | 287.78 | 0.84 | 0.25 |
| Hex | 60 | A | 76 | 13 | 5C | 0 | 36 | 120 | 54 | 19 |
| Octal | 140 | 12 | 166 | 23 | 134 | 0 | 66 | 440 | 124 | 31 |
| Binary | 1100000 | 1010 | 1110110 | 10011 | 1011100 | 0 | 110110 | 100100000 | 1010100 | 11001 |
Color Harmonies of #600A76
Complementary color
Monochromatic Colors of #600A76
Black with #600A76
Text Example
Text Example
White with #600A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A76; }
p { color: rgb(96,10,118); }
H1.HeaderClassName
{
color: #600A76;
}
.AnyTagClassName
{
color: #600A76;
}
</style>
background-color css
<style>
a { background-color: #600A76; }
a { background-color: rgb(96,10,118); }
div.DivClassName
{
background-color: #600A76;
}
.BgClassName
{
background-color: #600A76;
}
</style>
border-color css
<style>
span { border-color: #600A76; }
span { border-color: rgb(96,10,118); }
td.TdClassName
{
border-color: #600A76;
}
.TagClassName
{
border-color: #600A76;
}
</style>