Shades of Indigo #5E1191
Tints of Indigo #5E1191
RGB
CMYK
RGB Variations
Color information
#5E1191 (or 0x5E1191) is known color: Indigo. HEX triplet: 5E, 11 and 91. RGB value is (94,17,145). Sum of RGB (Red+Green+Blue) = 94+17+145=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E1191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1191 is #A1EE6E. Grayscale: #363636. Windows color (decimal): -10612335 or 9507166. OLE color: 9507166.
HSL color Cylindrical-coordinate representation of color #5E1191: hue angle of 276.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E1191 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 17 | 145 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.43 |
| HSL | 276.09º | 0.79% | 0.32% | - |
| HSV(B) | 276.09º | 0.88% | 0.57% | - |
| XYZ | 9.93 | 4.82 | 27.2 | - |
| YUV | 54.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 145 | 0.35 | 0.88 | 0 | 0.43 | 276.09 | 0.79 | 0.32 |
| Hex | 5E | 11 | 91 | 23 | 58 | 0 | 2B | 114 | 4F | 20 |
| Octal | 136 | 21 | 221 | 43 | 130 | 0 | 53 | 424 | 117 | 40 |
| Binary | 1011110 | 10001 | 10010001 | 100011 | 1011000 | 0 | 101011 | 100010100 | 1001111 | 100000 |
Color Harmonies of #5E1191
Complementary color
Monochromatic Colors of #5E1191
Black with #5E1191
Text Example
Text Example
White with #5E1191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1191; }
p { color: rgb(94,17,145); }
H1.HeaderClassName
{
color: #5E1191;
}
.AnyTagClassName
{
color: #5E1191;
}
</style>
background-color css
<style>
a { background-color: #5E1191; }
a { background-color: rgb(94,17,145); }
div.DivClassName
{
background-color: #5E1191;
}
.BgClassName
{
background-color: #5E1191;
}
</style>
border-color css
<style>
span { border-color: #5E1191; }
span { border-color: rgb(94,17,145); }
td.TdClassName
{
border-color: #5E1191;
}
.TagClassName
{
border-color: #5E1191;
}
</style>