Shades of Indigo #5F0171
Tints of Indigo #5F0171
RGB
CMYK
RGB Variations
Color information
#5F0171 (or 0x5F0171) is known color: Indigo. HEX triplet: 5F, 01 and 71. RGB value is (95,1,113). Sum of RGB (Red+Green+Blue) = 95+1+113=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0171 is #A0FE8E. Grayscale: #292929. Windows color (decimal): -10550927 or 7405919. OLE color: 7405919.
HSL color Cylindrical-coordinate representation of color #5F0171: hue angle of 290.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0171 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 1 | 113 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.56 |
| HSL | 290.36º | 0.98% | 0.22% | - |
| HSV(B) | 290.36º | 0.99% | 0.44% | - |
| XYZ | 7.71 | 3.65 | 15.92 | - |
| YUV | 41.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 113 | 0.16 | 0.99 | 0 | 0.56 | 290.36 | 0.98 | 0.22 |
| Hex | 5F | 1 | 71 | 10 | 63 | 0 | 38 | 122 | 62 | 16 |
| Octal | 137 | 1 | 161 | 20 | 143 | 0 | 70 | 442 | 142 | 26 |
| Binary | 1011111 | 1 | 1110001 | 10000 | 1100011 | 0 | 111000 | 100100010 | 1100010 | 10110 |
Color Harmonies of #5F0171
Complementary color
Monochromatic Colors of #5F0171
Black with #5F0171
Text Example
Text Example
White with #5F0171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0171; }
p { color: rgb(95,1,113); }
H1.HeaderClassName
{
color: #5F0171;
}
.AnyTagClassName
{
color: #5F0171;
}
</style>
background-color css
<style>
a { background-color: #5F0171; }
a { background-color: rgb(95,1,113); }
div.DivClassName
{
background-color: #5F0171;
}
.BgClassName
{
background-color: #5F0171;
}
</style>
border-color css
<style>
span { border-color: #5F0171; }
span { border-color: rgb(95,1,113); }
td.TdClassName
{
border-color: #5F0171;
}
.TagClassName
{
border-color: #5F0171;
}
</style>