Shades of Indigo #5F0096
Tints of Indigo #5F0096
RGB
CMYK
RGB Variations
Color information
#5F0096 (or 0x5F0096) is known color: Indigo. HEX triplet: 5F, 00 and 96. RGB value is (95,0,150). Sum of RGB (Red+Green+Blue) = 95+0+150=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F0096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0096 is #A0FF69. Grayscale: #2D2D2D. Windows color (decimal): -10551146 or 9830495. OLE color: 9830495.
HSL color Cylindrical-coordinate representation of color #5F0096: hue angle of 278º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0096 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 0 | 150 | - |
| CMYK | 0.37 | 1 | 0 | 0.41 |
| HSL | 278º | 1% | 0.29% | - |
| HSV(B) | 278º | 1% | 0.59% | - |
| XYZ | 10.22 | 4.63 | 29.21 | - |
| YUV | 45.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 150 | 0.37 | 1 | 0 | 0.41 | 278 | 1 | 0.29 |
| Hex | 5F | 0 | 96 | 25 | 64 | 0 | 29 | 116 | 64 | 1D |
| Octal | 137 | 0 | 226 | 45 | 144 | 0 | 51 | 426 | 144 | 35 |
| Binary | 1011111 | 0 | 10010110 | 100101 | 1100100 | 0 | 101001 | 100010110 | 1100100 | 11101 |
Color Harmonies of #5F0096
Complementary color
Monochromatic Colors of #5F0096
Black with #5F0096
Text Example
Text Example
White with #5F0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0096; }
p { color: rgb(95,0,150); }
H1.HeaderClassName
{
color: #5F0096;
}
.AnyTagClassName
{
color: #5F0096;
}
</style>
background-color css
<style>
a { background-color: #5F0096; }
a { background-color: rgb(95,0,150); }
div.DivClassName
{
background-color: #5F0096;
}
.BgClassName
{
background-color: #5F0096;
}
</style>
border-color css
<style>
span { border-color: #5F0096; }
span { border-color: rgb(95,0,150); }
td.TdClassName
{
border-color: #5F0096;
}
.TagClassName
{
border-color: #5F0096;
}
</style>