Shades of Indigo #5E189B
Tints of Indigo #5E189B
RGB
CMYK
RGB Variations
Color information
#5E189B (or 0x5E189B) is known color: Indigo. HEX triplet: 5E, 18 and 9B. RGB value is (94,24,155). Sum of RGB (Red+Green+Blue) = 94+24+155=273 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.43% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189B is #A1E764. Grayscale: #3B3B3B. Windows color (decimal): -10610533 or 10164318. OLE color: 10164318.
HSL color Cylindrical-coordinate representation of color #5E189B: hue angle of 272.06º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E189B is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 24 | 155 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.39 |
| HSL | 272.06º | 0.73% | 0.35% | - |
| HSV(B) | 272.06º | 0.85% | 0.61% | - |
| XYZ | 10.86 | 5.4 | 31.48 | - |
| YUV | 59.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 24 | 155 | 0.39 | 0.85 | 0 | 0.39 | 272.06 | 0.73 | 0.35 |
| Hex | 5E | 18 | 9B | 27 | 55 | 0 | 27 | 110 | 49 | 23 |
| Octal | 136 | 30 | 233 | 47 | 125 | 0 | 47 | 420 | 111 | 43 |
| Binary | 1011110 | 11000 | 10011011 | 100111 | 1010101 | 0 | 100111 | 100010000 | 1001001 | 100011 |
Color Harmonies of #5E189B
Complementary color
Monochromatic Colors of #5E189B
Black with #5E189B
Text Example
Text Example
White with #5E189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E189B; }
p { color: rgb(94,24,155); }
H1.HeaderClassName
{
color: #5E189B;
}
.AnyTagClassName
{
color: #5E189B;
}
</style>
background-color css
<style>
a { background-color: #5E189B; }
a { background-color: rgb(94,24,155); }
div.DivClassName
{
background-color: #5E189B;
}
.BgClassName
{
background-color: #5E189B;
}
</style>
border-color css
<style>
span { border-color: #5E189B; }
span { border-color: rgb(94,24,155); }
td.TdClassName
{
border-color: #5E189B;
}
.TagClassName
{
border-color: #5E189B;
}
</style>