Shades of Electric Indigo #5903EA
Tints of Electric Indigo #5903EA
RGB
CMYK
RGB Variations
Color information
#5903EA (or 0x5903EA) is known color: Electric Indigo. HEX triplet: 59, 03 and EA. RGB value is (89,3,234). Sum of RGB (Red+Green+Blue) = 89+3+234=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #5903EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903EA is #A6FC15. Grayscale: #363636. Windows color (decimal): -10943510 or 15336281. OLE color: 15336281.
HSL color Cylindrical-coordinate representation of color #5903EA: hue angle of 262.34º degrees, saturation: 0.97, 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 #5903EA is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 3 | 234 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.08 |
| HSL | 262.34º | 0.97% | 0.46% | - |
| HSV(B) | 262.34º | 0.99% | 0.92% | - |
| XYZ | 19 | 8.13 | 78.41 | - |
| YUV | 55.05 | 228.99 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 234 | 0.62 | 0.99 | 0 | 0.08 | 262.34 | 0.97 | 0.46 |
| Hex | 59 | 3 | EA | 3E | 63 | 0 | 8 | 106 | 61 | 2E |
| Octal | 131 | 3 | 352 | 76 | 143 | 0 | 10 | 406 | 141 | 56 |
| Binary | 1011001 | 11 | 11101010 | 111110 | 1100011 | 0 | 1000 | 100000110 | 1100001 | 101110 |
Color Harmonies of #5903EA
Complementary color
Monochromatic Colors of #5903EA
Black with #5903EA
Text Example
Text Example
White with #5903EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903EA; }
p { color: rgb(89,3,234); }
H1.HeaderClassName
{
color: #5903EA;
}
.AnyTagClassName
{
color: #5903EA;
}
</style>
background-color css
<style>
a { background-color: #5903EA; }
a { background-color: rgb(89,3,234); }
div.DivClassName
{
background-color: #5903EA;
}
.BgClassName
{
background-color: #5903EA;
}
</style>
border-color css
<style>
span { border-color: #5903EA; }
span { border-color: rgb(89,3,234); }
td.TdClassName
{
border-color: #5903EA;
}
.TagClassName
{
border-color: #5903EA;
}
</style>