Shades of Electric Indigo #5903E0
Tints of Electric Indigo #5903E0
RGB
CMYK
RGB Variations
Color information
#5903E0 (or 0x5903E0) is known color: Electric Indigo. HEX triplet: 59, 03 and E0. RGB value is (89,3,224). Sum of RGB (Red+Green+Blue) = 89+3+224=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 224 (87.89% from 255 or 70.89% from 316); Max value from RGB is 224 - color contains mainly: blue. Hex color #5903E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903E0 is #A6FC1F. Grayscale: #353535. Windows color (decimal): -10943520 or 14680921. OLE color: 14680921.
HSL color Cylindrical-coordinate representation of color #5903E0: hue angle of 263.35º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903E0 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 3 | 224 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.12 |
| HSL | 263.35º | 0.97% | 0.45% | - |
| HSV(B) | 263.35º | 0.99% | 0.88% | - |
| XYZ | 17.61 | 7.57 | 71.05 | - |
| YUV | 53.91 | 223.99 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 224 | 0.60 | 0.99 | 0 | 0.12 | 263.35 | 0.97 | 0.45 |
| Hex | 59 | 3 | E0 | 3C | 63 | 0 | C | 107 | 61 | 2D |
| Octal | 131 | 3 | 340 | 74 | 143 | 0 | 14 | 407 | 141 | 55 |
| Binary | 1011001 | 11 | 11100000 | 111100 | 1100011 | 0 | 1100 | 100000111 | 1100001 | 101101 |
Color Harmonies of #5903E0
Complementary color
Monochromatic Colors of #5903E0
Black with #5903E0
Text Example
Text Example
White with #5903E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903E0; }
p { color: rgb(89,3,224); }
H1.HeaderClassName
{
color: #5903E0;
}
.AnyTagClassName
{
color: #5903E0;
}
</style>
background-color css
<style>
a { background-color: #5903E0; }
a { background-color: rgb(89,3,224); }
div.DivClassName
{
background-color: #5903E0;
}
.BgClassName
{
background-color: #5903E0;
}
</style>
border-color css
<style>
span { border-color: #5903E0; }
span { border-color: rgb(89,3,224); }
td.TdClassName
{
border-color: #5903E0;
}
.TagClassName
{
border-color: #5903E0;
}
</style>