Shades of Indigo #5F0A70
Tints of Indigo #5F0A70
RGB
CMYK
RGB Variations
Color information
#5F0A70 (or 0x5F0A70) is known color: Indigo. HEX triplet: 5F, 0A and 70. RGB value is (95,10,112). Sum of RGB (Red+Green+Blue) = 95+10+112=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A70 is #A0F58F. Grayscale: #2E2E2E. Windows color (decimal): -10548624 or 7342687. OLE color: 7342687.
HSL color Cylindrical-coordinate representation of color #5F0A70: hue angle of 290º 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 #5F0A70 is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 10 | 112 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.56 |
| HSL | 290º | 0.84% | 0.24% | - |
| HSV(B) | 290º | 0.91% | 0.44% | - |
| XYZ | 7.75 | 3.82 | 15.66 | - |
| YUV | 47.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 112 | 0.15 | 0.91 | 0 | 0.56 | 290 | 0.84 | 0.24 |
| Hex | 5F | A | 70 | F | 5B | 0 | 38 | 122 | 54 | 18 |
| Octal | 137 | 12 | 160 | 17 | 133 | 0 | 70 | 442 | 124 | 30 |
| Binary | 1011111 | 1010 | 1110000 | 1111 | 1011011 | 0 | 111000 | 100100010 | 1010100 | 11000 |
Color Harmonies of #5F0A70
Complementary color
Monochromatic Colors of #5F0A70
Black with #5F0A70
Text Example
Text Example
White with #5F0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0A70; }
p { color: rgb(95,10,112); }
H1.HeaderClassName
{
color: #5F0A70;
}
.AnyTagClassName
{
color: #5F0A70;
}
</style>
background-color css
<style>
a { background-color: #5F0A70; }
a { background-color: rgb(95,10,112); }
div.DivClassName
{
background-color: #5F0A70;
}
.BgClassName
{
background-color: #5F0A70;
}
</style>
border-color css
<style>
span { border-color: #5F0A70; }
span { border-color: rgb(95,10,112); }
td.TdClassName
{
border-color: #5F0A70;
}
.TagClassName
{
border-color: #5F0A70;
}
</style>