Shades of Electric Indigo #5A04E8
Tints of Electric Indigo #5A04E8
RGB
CMYK
RGB Variations
Color information
#5A04E8 (or 0x5A04E8) is known color: Electric Indigo. HEX triplet: 5A, 04 and E8. RGB value is (90,4,232). Sum of RGB (Red+Green+Blue) = 90+4+232=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A04E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A04E8 is #A5FB17. Grayscale: #363636. Windows color (decimal): -10877720 or 15205466. OLE color: 15205466.
HSL color Cylindrical-coordinate representation of color #5A04E8: hue angle of 262.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04E8 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 4 | 232 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.09 |
| HSL | 262.63º | 0.97% | 0.46% | - |
| HSV(B) | 262.63º | 0.98% | 0.91% | - |
| XYZ | 18.83 | 8.09 | 76.91 | - |
| YUV | 55.71 | 227.49 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 232 | 0.61 | 0.98 | 0 | 0.09 | 262.63 | 0.97 | 0.46 |
| Hex | 5A | 4 | E8 | 3D | 62 | 0 | 9 | 107 | 61 | 2E |
| Octal | 132 | 4 | 350 | 75 | 142 | 0 | 11 | 407 | 141 | 56 |
| Binary | 1011010 | 100 | 11101000 | 111101 | 1100010 | 0 | 1001 | 100000111 | 1100001 | 101110 |
Color Harmonies of #5A04E8
Complementary color
Monochromatic Colors of #5A04E8
Black with #5A04E8
Text Example
Text Example
White with #5A04E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A04E8; }
p { color: rgb(90,4,232); }
H1.HeaderClassName
{
color: #5A04E8;
}
.AnyTagClassName
{
color: #5A04E8;
}
</style>
background-color css
<style>
a { background-color: #5A04E8; }
a { background-color: rgb(90,4,232); }
div.DivClassName
{
background-color: #5A04E8;
}
.BgClassName
{
background-color: #5A04E8;
}
</style>
border-color css
<style>
span { border-color: #5A04E8; }
span { border-color: rgb(90,4,232); }
td.TdClassName
{
border-color: #5A04E8;
}
.TagClassName
{
border-color: #5A04E8;
}
</style>