Shades of Indigo #5F0072
Tints of Indigo #5F0072
RGB
CMYK
RGB Variations
Color information
#5F0072 (or 0x5F0072) is known color: Indigo. HEX triplet: 5F, 00 and 72. RGB value is (95,0,114). Sum of RGB (Red+Green+Blue) = 95+0+114=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0072 is #A0FF8D. Grayscale: #292929. Windows color (decimal): -10551182 or 7471199. OLE color: 7471199.
HSL color Cylindrical-coordinate representation of color #5F0072: hue angle of 290º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0072 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 0 | 114 | - |
| CMYK | 0.17 | 1 | 0 | 0.55 |
| HSL | 290º | 1% | 0.22% | - |
| HSV(B) | 290º | 1% | 0.45% | - |
| XYZ | 7.76 | 3.65 | 16.21 | - |
| YUV | 41.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 114 | 0.17 | 1 | 0 | 0.55 | 290 | 1 | 0.22 |
| Hex | 5F | 0 | 72 | 11 | 64 | 0 | 37 | 122 | 64 | 16 |
| Octal | 137 | 0 | 162 | 21 | 144 | 0 | 67 | 442 | 144 | 26 |
| Binary | 1011111 | 0 | 1110010 | 10001 | 1100100 | 0 | 110111 | 100100010 | 1100100 | 10110 |
Color Harmonies of #5F0072
Complementary color
Monochromatic Colors of #5F0072
Black with #5F0072
Text Example
Text Example
White with #5F0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0072; }
p { color: rgb(95,0,114); }
H1.HeaderClassName
{
color: #5F0072;
}
.AnyTagClassName
{
color: #5F0072;
}
</style>
background-color css
<style>
a { background-color: #5F0072; }
a { background-color: rgb(95,0,114); }
div.DivClassName
{
background-color: #5F0072;
}
.BgClassName
{
background-color: #5F0072;
}
</style>
border-color css
<style>
span { border-color: #5F0072; }
span { border-color: rgb(95,0,114); }
td.TdClassName
{
border-color: #5F0072;
}
.TagClassName
{
border-color: #5F0072;
}
</style>