Shades of Indigo #5E028A
Tints of Indigo #5E028A
RGB
CMYK
RGB Variations
Color information
#5E028A (or 0x5E028A) is known color: Indigo. HEX triplet: 5E, 02 and 8A. RGB value is (94,2,138). Sum of RGB (Red+Green+Blue) = 94+2+138=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E028A is #A1FD75. Grayscale: #2C2C2C. Windows color (decimal): -10616182 or 9044574. OLE color: 9044574.
HSL color Cylindrical-coordinate representation of color #5E028A: hue angle of 280.59º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E028A is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 2 | 138 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.46 |
| HSL | 280.59º | 0.97% | 0.27% | - |
| HSV(B) | 280.59º | 0.99% | 0.54% | - |
| XYZ | 9.23 | 4.26 | 24.38 | - |
| YUV | 45.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 138 | 0.32 | 0.99 | 0 | 0.46 | 280.59 | 0.97 | 0.27 |
| Hex | 5E | 2 | 8A | 20 | 63 | 0 | 2E | 119 | 61 | 1B |
| Octal | 136 | 2 | 212 | 40 | 143 | 0 | 56 | 431 | 141 | 33 |
| Binary | 1011110 | 10 | 10001010 | 100000 | 1100011 | 0 | 101110 | 100011001 | 1100001 | 11011 |
Color Harmonies of #5E028A
Complementary color
Monochromatic Colors of #5E028A
Black with #5E028A
Text Example
Text Example
White with #5E028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E028A; }
p { color: rgb(94,2,138); }
H1.HeaderClassName
{
color: #5E028A;
}
.AnyTagClassName
{
color: #5E028A;
}
</style>
background-color css
<style>
a { background-color: #5E028A; }
a { background-color: rgb(94,2,138); }
div.DivClassName
{
background-color: #5E028A;
}
.BgClassName
{
background-color: #5E028A;
}
</style>
border-color css
<style>
span { border-color: #5E028A; }
span { border-color: rgb(94,2,138); }
td.TdClassName
{
border-color: #5E028A;
}
.TagClassName
{
border-color: #5E028A;
}
</style>