Shades of Indigo #5F0495
Tints of Indigo #5F0495
RGB
CMYK
RGB Variations
Color information
#5F0495 (or 0x5F0495) is known color: Indigo. HEX triplet: 5F, 04 and 95. RGB value is (95,4,149). Sum of RGB (Red+Green+Blue) = 95+4+149=248 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.31% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F0495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0495 is #A0FB6A. Grayscale: #2F2F2F. Windows color (decimal): -10550123 or 9765983. OLE color: 9765983.
HSL color Cylindrical-coordinate representation of color #5F0495: hue angle of 277.66º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0495 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 4 | 149 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.42 |
| HSL | 277.66º | 0.95% | 0.3% | - |
| HSV(B) | 277.66º | 0.97% | 0.58% | - |
| XYZ | 10.19 | 4.69 | 28.8 | - |
| YUV | 47.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 149 | 0.36 | 0.97 | 0 | 0.42 | 277.66 | 0.95 | 0.3 |
| Hex | 5F | 4 | 95 | 24 | 61 | 0 | 2A | 116 | 5F | 1E |
| Octal | 137 | 4 | 225 | 44 | 141 | 0 | 52 | 426 | 137 | 36 |
| Binary | 1011111 | 100 | 10010101 | 100100 | 1100001 | 0 | 101010 | 100010110 | 1011111 | 11110 |
Color Harmonies of #5F0495
Complementary color
Monochromatic Colors of #5F0495
Black with #5F0495
Text Example
Text Example
White with #5F0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0495; }
p { color: rgb(95,4,149); }
H1.HeaderClassName
{
color: #5F0495;
}
.AnyTagClassName
{
color: #5F0495;
}
</style>
background-color css
<style>
a { background-color: #5F0495; }
a { background-color: rgb(95,4,149); }
div.DivClassName
{
background-color: #5F0495;
}
.BgClassName
{
background-color: #5F0495;
}
</style>
border-color css
<style>
span { border-color: #5F0495; }
span { border-color: rgb(95,4,149); }
td.TdClassName
{
border-color: #5F0495;
}
.TagClassName
{
border-color: #5F0495;
}
</style>