Shades of Indigo #5E119D
Tints of Indigo #5E119D
RGB
CMYK
RGB Variations
Color information
#5E119D (or 0x5E119D) is known color: Indigo. HEX triplet: 5E, 11 and 9D. RGB value is (94,17,157). Sum of RGB (Red+Green+Blue) = 94+17+157=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E119D is #A1EE62. Grayscale: #373737. Windows color (decimal): -10612323 or 10293598. OLE color: 10293598.
HSL color Cylindrical-coordinate representation of color #5E119D: hue angle of 273º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E119D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 17 | 157 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.38 |
| HSL | 273º | 0.8% | 0.34% | - |
| HSV(B) | 273º | 0.89% | 0.62% | - |
| XYZ | 10.9 | 5.21 | 32.33 | - |
| YUV | 55.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 157 | 0.40 | 0.89 | 0 | 0.38 | 273 | 0.8 | 0.34 |
| Hex | 5E | 11 | 9D | 28 | 59 | 0 | 26 | 111 | 50 | 22 |
| Octal | 136 | 21 | 235 | 50 | 131 | 0 | 46 | 421 | 120 | 42 |
| Binary | 1011110 | 10001 | 10011101 | 101000 | 1011001 | 0 | 100110 | 100010001 | 1010000 | 100010 |
Color Harmonies of #5E119D
Complementary color
Monochromatic Colors of #5E119D
Black with #5E119D
Text Example
Text Example
White with #5E119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E119D; }
p { color: rgb(94,17,157); }
H1.HeaderClassName
{
color: #5E119D;
}
.AnyTagClassName
{
color: #5E119D;
}
</style>
background-color css
<style>
a { background-color: #5E119D; }
a { background-color: rgb(94,17,157); }
div.DivClassName
{
background-color: #5E119D;
}
.BgClassName
{
background-color: #5E119D;
}
</style>
border-color css
<style>
span { border-color: #5E119D; }
span { border-color: rgb(94,17,157); }
td.TdClassName
{
border-color: #5E119D;
}
.TagClassName
{
border-color: #5E119D;
}
</style>