Shades of Indigo #5E1399
Tints of Indigo #5E1399
RGB
CMYK
RGB Variations
Color information
#5E1399 (or 0x5E1399) is known color: Indigo. HEX triplet: 5E, 13 and 99. RGB value is (94,19,153). Sum of RGB (Red+Green+Blue) = 94+19+153=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1399 is #A1EC66. Grayscale: #383838. Windows color (decimal): -10611815 or 10031966. OLE color: 10031966.
HSL color Cylindrical-coordinate representation of color #5E1399: hue angle of 273.58º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E1399 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 19 | 153 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.4 |
| HSL | 273.58º | 0.78% | 0.34% | - |
| HSV(B) | 273.58º | 0.88% | 0.6% | - |
| XYZ | 10.6 | 5.15 | 30.57 | - |
| YUV | 56.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 153 | 0.39 | 0.88 | 0 | 0.4 | 273.58 | 0.78 | 0.34 |
| Hex | 5E | 13 | 99 | 27 | 58 | 0 | 28 | 112 | 4E | 22 |
| Octal | 136 | 23 | 231 | 47 | 130 | 0 | 50 | 422 | 116 | 42 |
| Binary | 1011110 | 10011 | 10011001 | 100111 | 1011000 | 0 | 101000 | 100010010 | 1001110 | 100010 |
Color Harmonies of #5E1399
Complementary color
Monochromatic Colors of #5E1399
Black with #5E1399
Text Example
Text Example
White with #5E1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1399; }
p { color: rgb(94,19,153); }
H1.HeaderClassName
{
color: #5E1399;
}
.AnyTagClassName
{
color: #5E1399;
}
</style>
background-color css
<style>
a { background-color: #5E1399; }
a { background-color: rgb(94,19,153); }
div.DivClassName
{
background-color: #5E1399;
}
.BgClassName
{
background-color: #5E1399;
}
</style>
border-color css
<style>
span { border-color: #5E1399; }
span { border-color: rgb(94,19,153); }
td.TdClassName
{
border-color: #5E1399;
}
.TagClassName
{
border-color: #5E1399;
}
</style>