Shades of Indigo #5F016D
Tints of Indigo #5F016D
RGB
CMYK
RGB Variations
Color information
#5F016D (or 0x5F016D) is known color: Indigo. HEX triplet: 5F, 01 and 6D. RGB value is (95,1,109). Sum of RGB (Red+Green+Blue) = 95+1+109=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F016D is #A0FE92. Grayscale: #292929. Windows color (decimal): -10550931 or 7143775. OLE color: 7143775.
HSL color Cylindrical-coordinate representation of color #5F016D: hue angle of 292.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F016D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 1 | 109 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.57 |
| HSL | 292.22º | 0.98% | 0.22% | - |
| HSV(B) | 292.22º | 0.99% | 0.43% | - |
| XYZ | 7.49 | 3.56 | 14.76 | - |
| YUV | 41.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 109 | 0.13 | 0.99 | 0 | 0.57 | 292.22 | 0.98 | 0.22 |
| Hex | 5F | 1 | 6D | D | 63 | 0 | 39 | 124 | 62 | 16 |
| Octal | 137 | 1 | 155 | 15 | 143 | 0 | 71 | 444 | 142 | 26 |
| Binary | 1011111 | 1 | 1101101 | 1101 | 1100011 | 0 | 111001 | 100100100 | 1100010 | 10110 |
Color Harmonies of #5F016D
Complementary color
Monochromatic Colors of #5F016D
Black with #5F016D
Text Example
Text Example
White with #5F016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F016D; }
p { color: rgb(95,1,109); }
H1.HeaderClassName
{
color: #5F016D;
}
.AnyTagClassName
{
color: #5F016D;
}
</style>
background-color css
<style>
a { background-color: #5F016D; }
a { background-color: rgb(95,1,109); }
div.DivClassName
{
background-color: #5F016D;
}
.BgClassName
{
background-color: #5F016D;
}
</style>
border-color css
<style>
span { border-color: #5F016D; }
span { border-color: rgb(95,1,109); }
td.TdClassName
{
border-color: #5F016D;
}
.TagClassName
{
border-color: #5F016D;
}
</style>