Shades of Indigo #5E1080
Tints of Indigo #5E1080
RGB
CMYK
RGB Variations
Color information
#5E1080 (or 0x5E1080) is known color: Indigo. HEX triplet: 5E, 10 and 80. RGB value is (94,16,128). Sum of RGB (Red+Green+Blue) = 94+16+128=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1080 is #A1EF7F. Grayscale: #333333. Windows color (decimal): -10612608 or 8392798. OLE color: 8392798.
HSL color Cylindrical-coordinate representation of color #5E1080: hue angle of 281.79º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E1080 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 16 | 128 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.50 |
| HSL | 281.79º | 0.78% | 0.28% | - |
| HSV(B) | 281.79º | 0.88% | 0.5% | - |
| XYZ | 8.7 | 4.31 | 20.8 | - |
| YUV | 52.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 128 | 0.27 | 0.88 | 0 | 0.50 | 281.79 | 0.78 | 0.28 |
| Hex | 5E | 10 | 80 | 1B | 58 | 0 | 32 | 11A | 4E | 1C |
| Octal | 136 | 20 | 200 | 33 | 130 | 0 | 62 | 432 | 116 | 34 |
| Binary | 1011110 | 10000 | 10000000 | 11011 | 1011000 | 0 | 110010 | 100011010 | 1001110 | 11100 |
Color Harmonies of #5E1080
Complementary color
Monochromatic Colors of #5E1080
Black with #5E1080
Text Example
Text Example
White with #5E1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1080; }
p { color: rgb(94,16,128); }
H1.HeaderClassName
{
color: #5E1080;
}
.AnyTagClassName
{
color: #5E1080;
}
</style>
background-color css
<style>
a { background-color: #5E1080; }
a { background-color: rgb(94,16,128); }
div.DivClassName
{
background-color: #5E1080;
}
.BgClassName
{
background-color: #5E1080;
}
</style>
border-color css
<style>
span { border-color: #5E1080; }
span { border-color: rgb(94,16,128); }
td.TdClassName
{
border-color: #5E1080;
}
.TagClassName
{
border-color: #5E1080;
}
</style>