Shades of Indigo #5E1480
Tints of Indigo #5E1480
RGB
CMYK
RGB Variations
Color information
#5E1480 (or 0x5E1480) is known color: Indigo. HEX triplet: 5E, 14 and 80. RGB value is (94,20,128). Sum of RGB (Red+Green+Blue) = 94+20+128=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1480 is #A1EB7F. Grayscale: #363636. Windows color (decimal): -10611584 or 8393822. OLE color: 8393822.
HSL color Cylindrical-coordinate representation of color #5E1480: hue angle of 281.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1480 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 20 | 128 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.50 |
| HSL | 281.11º | 0.73% | 0.29% | - |
| HSV(B) | 281.11º | 0.84% | 0.5% | - |
| XYZ | 8.76 | 4.44 | 20.82 | - |
| YUV | 54.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 20 | 128 | 0.27 | 0.84 | 0 | 0.50 | 281.11 | 0.73 | 0.29 |
| Hex | 5E | 14 | 80 | 1B | 54 | 0 | 32 | 119 | 49 | 1D |
| Octal | 136 | 24 | 200 | 33 | 124 | 0 | 62 | 431 | 111 | 35 |
| Binary | 1011110 | 10100 | 10000000 | 11011 | 1010100 | 0 | 110010 | 100011001 | 1001001 | 11101 |
Color Harmonies of #5E1480
Complementary color
Monochromatic Colors of #5E1480
Black with #5E1480
Text Example
Text Example
White with #5E1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1480; }
p { color: rgb(94,20,128); }
H1.HeaderClassName
{
color: #5E1480;
}
.AnyTagClassName
{
color: #5E1480;
}
</style>
background-color css
<style>
a { background-color: #5E1480; }
a { background-color: rgb(94,20,128); }
div.DivClassName
{
background-color: #5E1480;
}
.BgClassName
{
background-color: #5E1480;
}
</style>
border-color css
<style>
span { border-color: #5E1480; }
span { border-color: rgb(94,20,128); }
td.TdClassName
{
border-color: #5E1480;
}
.TagClassName
{
border-color: #5E1480;
}
</style>