Shades of Indigo #5F0E90
Tints of Indigo #5F0E90
RGB
CMYK
RGB Variations
Color information
#5F0E90 (or 0x5F0E90) is known color: Indigo. HEX triplet: 5F, 0E and 90. RGB value is (95,14,144). Sum of RGB (Red+Green+Blue) = 95+14+144=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F0E90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0E90 is #A0F16F. Grayscale: #343434. Windows color (decimal): -10547568 or 9440863. OLE color: 9440863.
HSL color Cylindrical-coordinate representation of color #5F0E90: hue angle of 277.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F0E90 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 14 | 144 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.44 |
| HSL | 277.38º | 0.82% | 0.31% | - |
| HSV(B) | 277.38º | 0.9% | 0.56% | - |
| XYZ | 9.91 | 4.76 | 26.78 | - |
| YUV | 53.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 14 | 144 | 0.34 | 0.90 | 0 | 0.44 | 277.38 | 0.82 | 0.31 |
| Hex | 5F | E | 90 | 22 | 5A | 0 | 2C | 115 | 52 | 1F |
| Octal | 137 | 16 | 220 | 42 | 132 | 0 | 54 | 425 | 122 | 37 |
| Binary | 1011111 | 1110 | 10010000 | 100010 | 1011010 | 0 | 101100 | 100010101 | 1010010 | 11111 |
Color Harmonies of #5F0E90
Complementary color
Monochromatic Colors of #5F0E90
Black with #5F0E90
Text Example
Text Example
White with #5F0E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0E90; }
p { color: rgb(95,14,144); }
H1.HeaderClassName
{
color: #5F0E90;
}
.AnyTagClassName
{
color: #5F0E90;
}
</style>
background-color css
<style>
a { background-color: #5F0E90; }
a { background-color: rgb(95,14,144); }
div.DivClassName
{
background-color: #5F0E90;
}
.BgClassName
{
background-color: #5F0E90;
}
</style>
border-color css
<style>
span { border-color: #5F0E90; }
span { border-color: rgb(95,14,144); }
td.TdClassName
{
border-color: #5F0E90;
}
.TagClassName
{
border-color: #5F0E90;
}
</style>