Shades of Indigo #5E1180
Tints of Indigo #5E1180
RGB
CMYK
RGB Variations
Color information
#5E1180 (or 0x5E1180) is known color: Indigo. HEX triplet: 5E, 11 and 80. RGB value is (94,17,128). Sum of RGB (Red+Green+Blue) = 94+17+128=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1180 is #A1EE7F. Grayscale: #343434. Windows color (decimal): -10612352 or 8393054. OLE color: 8393054.
HSL color Cylindrical-coordinate representation of color #5E1180: hue angle of 281.62º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5E1180 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 17 | 128 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.50 |
| HSL | 281.62º | 0.77% | 0.28% | - |
| HSV(B) | 281.62º | 0.87% | 0.5% | - |
| XYZ | 8.71 | 4.34 | 20.8 | - |
| YUV | 52.68 | 170.51 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 128 | 0.27 | 0.87 | 0 | 0.50 | 281.62 | 0.77 | 0.28 |
| Hex | 5E | 11 | 80 | 1B | 57 | 0 | 32 | 11A | 4D | 1C |
| Octal | 136 | 21 | 200 | 33 | 127 | 0 | 62 | 432 | 115 | 34 |
| Binary | 1011110 | 10001 | 10000000 | 11011 | 1010111 | 0 | 110010 | 100011010 | 1001101 | 11100 |
Color Harmonies of #5E1180
Complementary color
Monochromatic Colors of #5E1180
Black with #5E1180
Text Example
Text Example
White with #5E1180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1180; }
p { color: rgb(94,17,128); }
H1.HeaderClassName
{
color: #5E1180;
}
.AnyTagClassName
{
color: #5E1180;
}
</style>
background-color css
<style>
a { background-color: #5E1180; }
a { background-color: rgb(94,17,128); }
div.DivClassName
{
background-color: #5E1180;
}
.BgClassName
{
background-color: #5E1180;
}
</style>
border-color css
<style>
span { border-color: #5E1180; }
span { border-color: rgb(94,17,128); }
td.TdClassName
{
border-color: #5E1180;
}
.TagClassName
{
border-color: #5E1180;
}
</style>