Shades of Indigo #600A71
Tints of Indigo #600A71
RGB
CMYK
RGB Variations
Color information
#600A71 (or 0x600A71) is known color: Indigo. HEX triplet: 60, 0A and 71. RGB value is (96,10,113). Sum of RGB (Red+Green+Blue) = 96+10+113=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #600A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A71 is #9FF58E. Grayscale: #2F2F2F. Windows color (decimal): -10483087 or 7408224. OLE color: 7408224.
HSL color Cylindrical-coordinate representation of color #600A71: hue angle of 290.1º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600A71 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 10 | 113 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.56 |
| HSL | 290.1º | 0.84% | 0.24% | - |
| HSV(B) | 290.1º | 0.91% | 0.44% | - |
| XYZ | 7.91 | 3.9 | 15.96 | - |
| YUV | 47.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 10 | 113 | 0.15 | 0.91 | 0 | 0.56 | 290.1 | 0.84 | 0.24 |
| Hex | 60 | A | 71 | F | 5B | 0 | 38 | 122 | 54 | 18 |
| Octal | 140 | 12 | 161 | 17 | 133 | 0 | 70 | 442 | 124 | 30 |
| Binary | 1100000 | 1010 | 1110001 | 1111 | 1011011 | 0 | 111000 | 100100010 | 1010100 | 11000 |
Color Harmonies of #600A71
Complementary color
Monochromatic Colors of #600A71
Black with #600A71
Text Example
Text Example
White with #600A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600A71; }
p { color: rgb(96,10,113); }
H1.HeaderClassName
{
color: #600A71;
}
.AnyTagClassName
{
color: #600A71;
}
</style>
background-color css
<style>
a { background-color: #600A71; }
a { background-color: rgb(96,10,113); }
div.DivClassName
{
background-color: #600A71;
}
.BgClassName
{
background-color: #600A71;
}
</style>
border-color css
<style>
span { border-color: #600A71; }
span { border-color: rgb(96,10,113); }
td.TdClassName
{
border-color: #600A71;
}
.TagClassName
{
border-color: #600A71;
}
</style>