Shades of Electric Indigo #5A04E4
Tints of Electric Indigo #5A04E4
RGB
CMYK
RGB Variations
Color information
#5A04E4 (or 0x5A04E4) is known color: Electric Indigo. HEX triplet: 5A, 04 and E4. RGB value is (90,4,228). Sum of RGB (Red+Green+Blue) = 90+4+228=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 228 (89.45% from 255 or 70.81% from 322); Max value from RGB is 228 - color contains mainly: blue. Hex color #5A04E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A04E4 is #A5FB1B. Grayscale: #363636. Windows color (decimal): -10877724 or 14943322. OLE color: 14943322.
HSL color Cylindrical-coordinate representation of color #5A04E4: hue angle of 263.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A04E4 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 4 | 228 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.11 |
| HSL | 263.04º | 0.97% | 0.45% | - |
| HSV(B) | 263.04º | 0.98% | 0.89% | - |
| XYZ | 18.26 | 7.86 | 73.95 | - |
| YUV | 55.25 | 225.49 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 228 | 0.61 | 0.98 | 0 | 0.11 | 263.04 | 0.97 | 0.45 |
| Hex | 5A | 4 | E4 | 3D | 62 | 0 | B | 107 | 61 | 2D |
| Octal | 132 | 4 | 344 | 75 | 142 | 0 | 13 | 407 | 141 | 55 |
| Binary | 1011010 | 100 | 11100100 | 111101 | 1100010 | 0 | 1011 | 100000111 | 1100001 | 101101 |
Color Harmonies of #5A04E4
Complementary color
Monochromatic Colors of #5A04E4
Black with #5A04E4
Text Example
Text Example
White with #5A04E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A04E4; }
p { color: rgb(90,4,228); }
H1.HeaderClassName
{
color: #5A04E4;
}
.AnyTagClassName
{
color: #5A04E4;
}
</style>
background-color css
<style>
a { background-color: #5A04E4; }
a { background-color: rgb(90,4,228); }
div.DivClassName
{
background-color: #5A04E4;
}
.BgClassName
{
background-color: #5A04E4;
}
</style>
border-color css
<style>
span { border-color: #5A04E4; }
span { border-color: rgb(90,4,228); }
td.TdClassName
{
border-color: #5A04E4;
}
.TagClassName
{
border-color: #5A04E4;
}
</style>