Shades of Indigo #5F0086
Tints of Indigo #5F0086
RGB
CMYK
RGB Variations
Color information
#5F0086 (or 0x5F0086) is known color: Indigo. HEX triplet: 5F, 00 and 86. RGB value is (95,0,134). Sum of RGB (Red+Green+Blue) = 95+0+134=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F0086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0086 is #A0FF79. Grayscale: #2B2B2B. Windows color (decimal): -10551162 or 8781919. OLE color: 8781919.
HSL color Cylindrical-coordinate representation of color #5F0086: hue angle of 282.54º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0086 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 0 | 134 | - |
| CMYK | 0.29 | 1 | 0 | 0.47 |
| HSL | 282.54º | 1% | 0.26% | - |
| HSV(B) | 282.54º | 1% | 0.53% | - |
| XYZ | 9.02 | 4.15 | 22.88 | - |
| YUV | 43.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 134 | 0.29 | 1 | 0 | 0.47 | 282.54 | 1 | 0.26 |
| Hex | 5F | 0 | 86 | 1D | 64 | 0 | 2F | 11B | 64 | 1A |
| Octal | 137 | 0 | 206 | 35 | 144 | 0 | 57 | 433 | 144 | 32 |
| Binary | 1011111 | 0 | 10000110 | 11101 | 1100100 | 0 | 101111 | 100011011 | 1100100 | 11010 |
Color Harmonies of #5F0086
Complementary color
Monochromatic Colors of #5F0086
Black with #5F0086
Text Example
Text Example
White with #5F0086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0086; }
p { color: rgb(95,0,134); }
H1.HeaderClassName
{
color: #5F0086;
}
.AnyTagClassName
{
color: #5F0086;
}
</style>
background-color css
<style>
a { background-color: #5F0086; }
a { background-color: rgb(95,0,134); }
div.DivClassName
{
background-color: #5F0086;
}
.BgClassName
{
background-color: #5F0086;
}
</style>
border-color css
<style>
span { border-color: #5F0086; }
span { border-color: rgb(95,0,134); }
td.TdClassName
{
border-color: #5F0086;
}
.TagClassName
{
border-color: #5F0086;
}
</style>