Shades of Electric Indigo #5902E3
Tints of Electric Indigo #5902E3
RGB
CMYK
RGB Variations
Color information
#5902E3 (or 0x5902E3) is known color: Electric Indigo. HEX triplet: 59, 02 and E3. RGB value is (89,2,227). Sum of RGB (Red+Green+Blue) = 89+2+227=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 227 (89.06% from 255 or 71.38% from 318); Max value from RGB is 227 - color contains mainly: blue. Hex color #5902E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5902E3 is #A6FD1C. Grayscale: #343434. Windows color (decimal): -10943773 or 14877273. OLE color: 14877273.
HSL color Cylindrical-coordinate representation of color #5902E3: hue angle of 263.2º degrees, saturation: 0.98, 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 #5902E3 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 2 | 227 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.11 |
| HSL | 263.2º | 0.98% | 0.45% | - |
| HSV(B) | 263.2º | 0.99% | 0.89% | - |
| XYZ | 18.01 | 7.71 | 73.21 | - |
| YUV | 53.66 | 225.82 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 227 | 0.61 | 0.99 | 0 | 0.11 | 263.2 | 0.98 | 0.45 |
| Hex | 59 | 2 | E3 | 3D | 63 | 0 | B | 107 | 62 | 2D |
| Octal | 131 | 2 | 343 | 75 | 143 | 0 | 13 | 407 | 142 | 55 |
| Binary | 1011001 | 10 | 11100011 | 111101 | 1100011 | 0 | 1011 | 100000111 | 1100010 | 101101 |
Color Harmonies of #5902E3
Complementary color
Monochromatic Colors of #5902E3
Black with #5902E3
Text Example
Text Example
White with #5902E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5902E3; }
p { color: rgb(89,2,227); }
H1.HeaderClassName
{
color: #5902E3;
}
.AnyTagClassName
{
color: #5902E3;
}
</style>
background-color css
<style>
a { background-color: #5902E3; }
a { background-color: rgb(89,2,227); }
div.DivClassName
{
background-color: #5902E3;
}
.BgClassName
{
background-color: #5902E3;
}
</style>
border-color css
<style>
span { border-color: #5902E3; }
span { border-color: rgb(89,2,227); }
td.TdClassName
{
border-color: #5902E3;
}
.TagClassName
{
border-color: #5902E3;
}
</style>