Shades of Indigo #5F0A71
Tints of Indigo #5F0A71
RGB
CMYK
RGB Variations
Color information
#5F0A71 (or 0x5F0A71) is known color: Indigo. HEX triplet: 5F, 0A and 71. RGB value is (95,10,113). Sum of RGB (Red+Green+Blue) = 95+10+113=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F0A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A71 is #A0F58E. Grayscale: #2E2E2E. Windows color (decimal): -10548623 or 7408223. OLE color: 7408223.
HSL color Cylindrical-coordinate representation of color #5F0A71: hue angle of 289.51º 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 #5F0A71 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 10 | 113 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.56 |
| HSL | 289.51º | 0.84% | 0.24% | - |
| HSV(B) | 289.51º | 0.91% | 0.44% | - |
| XYZ | 7.81 | 3.84 | 15.95 | - |
| YUV | 47.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 113 | 0.16 | 0.91 | 0 | 0.56 | 289.51 | 0.84 | 0.24 |
| Hex | 5F | A | 71 | 10 | 5B | 0 | 38 | 122 | 54 | 18 |
| Octal | 137 | 12 | 161 | 20 | 133 | 0 | 70 | 442 | 124 | 30 |
| Binary | 1011111 | 1010 | 1110001 | 10000 | 1011011 | 0 | 111000 | 100100010 | 1010100 | 11000 |
Color Harmonies of #5F0A71
Complementary color
Monochromatic Colors of #5F0A71
Black with #5F0A71
Text Example
Text Example
White with #5F0A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0A71; }
p { color: rgb(95,10,113); }
H1.HeaderClassName
{
color: #5F0A71;
}
.AnyTagClassName
{
color: #5F0A71;
}
</style>
background-color css
<style>
a { background-color: #5F0A71; }
a { background-color: rgb(95,10,113); }
div.DivClassName
{
background-color: #5F0A71;
}
.BgClassName
{
background-color: #5F0A71;
}
</style>
border-color css
<style>
span { border-color: #5F0A71; }
span { border-color: rgb(95,10,113); }
td.TdClassName
{
border-color: #5F0A71;
}
.TagClassName
{
border-color: #5F0A71;
}
</style>