Shades of Electric Indigo #5902EA
Tints of Electric Indigo #5902EA
RGB
CMYK
RGB Variations
Color information
#5902EA (or 0x5902EA) is known color: Electric Indigo. HEX triplet: 59, 02 and EA. RGB value is (89,2,234). Sum of RGB (Red+Green+Blue) = 89+2+234=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #5902EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5902EA is #A6FD15. Grayscale: #353535. Windows color (decimal): -10943766 or 15336025. OLE color: 15336025.
HSL color Cylindrical-coordinate representation of color #5902EA: hue angle of 262.5º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5902EA is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 2 | 234 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.08 |
| HSL | 262.5º | 0.98% | 0.46% | - |
| HSV(B) | 262.5º | 0.99% | 0.92% | - |
| XYZ | 18.99 | 8.11 | 78.41 | - |
| YUV | 54.46 | 229.32 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 234 | 0.62 | 0.99 | 0 | 0.08 | 262.5 | 0.98 | 0.46 |
| Hex | 59 | 2 | EA | 3E | 63 | 0 | 8 | 106 | 62 | 2E |
| Octal | 131 | 2 | 352 | 76 | 143 | 0 | 10 | 406 | 142 | 56 |
| Binary | 1011001 | 10 | 11101010 | 111110 | 1100011 | 0 | 1000 | 100000110 | 1100010 | 101110 |
Color Harmonies of #5902EA
Complementary color
Monochromatic Colors of #5902EA
Black with #5902EA
Text Example
Text Example
White with #5902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902EA; }
p { color: rgb(89,2,234); }
H1.HeaderClassName
{
color: #5902EA;
}
.AnyTagClassName
{
color: #5902EA;
}
</style>
background-color css
<style>
a { background-color: #5902EA; }
a { background-color: rgb(89,2,234); }
div.DivClassName
{
background-color: #5902EA;
}
.BgClassName
{
background-color: #5902EA;
}
</style>
border-color css
<style>
span { border-color: #5902EA; }
span { border-color: rgb(89,2,234); }
td.TdClassName
{
border-color: #5902EA;
}
.TagClassName
{
border-color: #5902EA;
}
</style>