Shades of Electric Indigo #5A02F0
Tints of Electric Indigo #5A02F0
RGB
CMYK
RGB Variations
Color information
#5A02F0 (or 0x5A02F0) is known color: Electric Indigo. HEX triplet: 5A, 02 and F0. RGB value is (90,2,240). Sum of RGB (Red+Green+Blue) = 90+2+240=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A02F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A02F0 is #A5FD0F. Grayscale: #363636. Windows color (decimal): -10878224 or 15729242. OLE color: 15729242.
HSL color Cylindrical-coordinate representation of color #5A02F0: hue angle of 262.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A02F0 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 2 | 240 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.06 |
| HSL | 262.18º | 0.98% | 0.47% | - |
| HSV(B) | 262.18º | 0.99% | 0.94% | - |
| XYZ | 19.97 | 8.51 | 83.03 | - |
| YUV | 55.44 | 232.15 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 240 | 0.62 | 0.99 | 0 | 0.06 | 262.18 | 0.98 | 0.47 |
| Hex | 5A | 2 | F0 | 3E | 63 | 0 | 6 | 106 | 62 | 2F |
| Octal | 132 | 2 | 360 | 76 | 143 | 0 | 6 | 406 | 142 | 57 |
| Binary | 1011010 | 10 | 11110000 | 111110 | 1100011 | 0 | 110 | 100000110 | 1100010 | 101111 |
Color Harmonies of #5A02F0
Complementary color
Monochromatic Colors of #5A02F0
Black with #5A02F0
Text Example
Text Example
White with #5A02F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A02F0; }
p { color: rgb(90,2,240); }
H1.HeaderClassName
{
color: #5A02F0;
}
.AnyTagClassName
{
color: #5A02F0;
}
</style>
background-color css
<style>
a { background-color: #5A02F0; }
a { background-color: rgb(90,2,240); }
div.DivClassName
{
background-color: #5A02F0;
}
.BgClassName
{
background-color: #5A02F0;
}
</style>
border-color css
<style>
span { border-color: #5A02F0; }
span { border-color: rgb(90,2,240); }
td.TdClassName
{
border-color: #5A02F0;
}
.TagClassName
{
border-color: #5A02F0;
}
</style>