Shades of Electric Indigo #5A03EC
Tints of Electric Indigo #5A03EC
RGB
CMYK
RGB Variations
Color information
#5A03EC (or 0x5A03EC) is known color: Electric Indigo. HEX triplet: 5A, 03 and EC. RGB value is (90,3,236). Sum of RGB (Red+Green+Blue) = 90+3+236=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A03EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A03EC is #A5FC13. Grayscale: #363636. Windows color (decimal): -10877972 or 15467354. OLE color: 15467354.
HSL color Cylindrical-coordinate representation of color #5A03EC: hue angle of 262.4º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A03EC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 3 | 236 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.07 |
| HSL | 262.4º | 0.97% | 0.47% | - |
| HSV(B) | 262.4º | 0.99% | 0.93% | - |
| XYZ | 19.39 | 8.29 | 79.94 | - |
| YUV | 55.58 | 229.82 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 236 | 0.62 | 0.99 | 0 | 0.07 | 262.4 | 0.97 | 0.47 |
| Hex | 5A | 3 | EC | 3E | 63 | 0 | 7 | 106 | 61 | 2F |
| Octal | 132 | 3 | 354 | 76 | 143 | 0 | 7 | 406 | 141 | 57 |
| Binary | 1011010 | 11 | 11101100 | 111110 | 1100011 | 0 | 111 | 100000110 | 1100001 | 101111 |
Color Harmonies of #5A03EC
Complementary color
Monochromatic Colors of #5A03EC
Black with #5A03EC
Text Example
Text Example
White with #5A03EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A03EC; }
p { color: rgb(90,3,236); }
H1.HeaderClassName
{
color: #5A03EC;
}
.AnyTagClassName
{
color: #5A03EC;
}
</style>
background-color css
<style>
a { background-color: #5A03EC; }
a { background-color: rgb(90,3,236); }
div.DivClassName
{
background-color: #5A03EC;
}
.BgClassName
{
background-color: #5A03EC;
}
</style>
border-color css
<style>
span { border-color: #5A03EC; }
span { border-color: rgb(90,3,236); }
td.TdClassName
{
border-color: #5A03EC;
}
.TagClassName
{
border-color: #5A03EC;
}
</style>