Shades of Electric Indigo #5903E3
Tints of Electric Indigo #5903E3
RGB
CMYK
RGB Variations
Color information
#5903E3 (or 0x5903E3) is known color: Electric Indigo. HEX triplet: 59, 03 and E3. RGB value is (89,3,227). Sum of RGB (Red+Green+Blue) = 89+3+227=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 227 (89.06% from 255 or 71.16% from 319); Max value from RGB is 227 - color contains mainly: blue. Hex color #5903E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5903E3 is #A6FC1C. Grayscale: #353535. Windows color (decimal): -10943517 or 14877529. OLE color: 14877529.
HSL color Cylindrical-coordinate representation of color #5903E3: hue angle of 263.04º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903E3 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 3 | 227 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.11 |
| HSL | 263.04º | 0.97% | 0.45% | - |
| HSV(B) | 263.04º | 0.99% | 0.89% | - |
| XYZ | 18.02 | 7.74 | 73.22 | - |
| YUV | 54.25 | 225.49 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 227 | 0.61 | 0.99 | 0 | 0.11 | 263.04 | 0.97 | 0.45 |
| Hex | 59 | 3 | E3 | 3D | 63 | 0 | B | 107 | 61 | 2D |
| Octal | 131 | 3 | 343 | 75 | 143 | 0 | 13 | 407 | 141 | 55 |
| Binary | 1011001 | 11 | 11100011 | 111101 | 1100011 | 0 | 1011 | 100000111 | 1100001 | 101101 |
Color Harmonies of #5903E3
Complementary color
Monochromatic Colors of #5903E3
Black with #5903E3
Text Example
Text Example
White with #5903E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903E3; }
p { color: rgb(89,3,227); }
H1.HeaderClassName
{
color: #5903E3;
}
.AnyTagClassName
{
color: #5903E3;
}
</style>
background-color css
<style>
a { background-color: #5903E3; }
a { background-color: rgb(89,3,227); }
div.DivClassName
{
background-color: #5903E3;
}
.BgClassName
{
background-color: #5903E3;
}
</style>
border-color css
<style>
span { border-color: #5903E3; }
span { border-color: rgb(89,3,227); }
td.TdClassName
{
border-color: #5903E3;
}
.TagClassName
{
border-color: #5903E3;
}
</style>