Shades of Electric Indigo #5903ED
Tints of Electric Indigo #5903ED
RGB
CMYK
RGB Variations
Color information
#5903ED (or 0x5903ED) is known color: Electric Indigo. HEX triplet: 59, 03 and ED. RGB value is (89,3,237). Sum of RGB (Red+Green+Blue) = 89+3+237=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #5903ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903ED is #A6FC12. Grayscale: #363636. Windows color (decimal): -10943507 or 15532889. OLE color: 15532889.
HSL color Cylindrical-coordinate representation of color #5903ED: hue angle of 262.05º degrees, saturation: 0.98, 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 #5903ED is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 3 | 237 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.07 |
| HSL | 262.05º | 0.98% | 0.47% | - |
| HSV(B) | 262.05º | 0.99% | 0.93% | - |
| XYZ | 19.44 | 8.3 | 80.7 | - |
| YUV | 55.39 | 230.49 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 237 | 0.62 | 0.99 | 0 | 0.07 | 262.05 | 0.98 | 0.47 |
| Hex | 59 | 3 | ED | 3E | 63 | 0 | 7 | 106 | 62 | 2F |
| Octal | 131 | 3 | 355 | 76 | 143 | 0 | 7 | 406 | 142 | 57 |
| Binary | 1011001 | 11 | 11101101 | 111110 | 1100011 | 0 | 111 | 100000110 | 1100010 | 101111 |
Color Harmonies of #5903ED
Complementary color
Monochromatic Colors of #5903ED
Black with #5903ED
Text Example
Text Example
White with #5903ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903ED; }
p { color: rgb(89,3,237); }
H1.HeaderClassName
{
color: #5903ED;
}
.AnyTagClassName
{
color: #5903ED;
}
</style>
background-color css
<style>
a { background-color: #5903ED; }
a { background-color: rgb(89,3,237); }
div.DivClassName
{
background-color: #5903ED;
}
.BgClassName
{
background-color: #5903ED;
}
</style>
border-color css
<style>
span { border-color: #5903ED; }
span { border-color: rgb(89,3,237); }
td.TdClassName
{
border-color: #5903ED;
}
.TagClassName
{
border-color: #5903ED;
}
</style>