Shades of Electric Indigo #5903EB
Tints of Electric Indigo #5903EB
RGB
CMYK
RGB Variations
Color information
#5903EB (or 0x5903EB) is known color: Electric Indigo. HEX triplet: 59, 03 and EB. RGB value is (89,3,235). Sum of RGB (Red+Green+Blue) = 89+3+235=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #5903EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5903EB is #A6FC14. Grayscale: #363636. Windows color (decimal): -10943509 or 15401817. OLE color: 15401817.
HSL color Cylindrical-coordinate representation of color #5903EB: hue angle of 262.24º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5903EB is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 3 | 235 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.08 |
| HSL | 262.24º | 0.97% | 0.47% | - |
| HSV(B) | 262.24º | 0.99% | 0.92% | - |
| XYZ | 19.15 | 8.19 | 79.17 | - |
| YUV | 55.16 | 229.49 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 235 | 0.62 | 0.99 | 0 | 0.08 | 262.24 | 0.97 | 0.47 |
| Hex | 59 | 3 | EB | 3E | 63 | 0 | 8 | 106 | 61 | 2F |
| Octal | 131 | 3 | 353 | 76 | 143 | 0 | 10 | 406 | 141 | 57 |
| Binary | 1011001 | 11 | 11101011 | 111110 | 1100011 | 0 | 1000 | 100000110 | 1100001 | 101111 |
Color Harmonies of #5903EB
Complementary color
Monochromatic Colors of #5903EB
Black with #5903EB
Text Example
Text Example
White with #5903EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5903EB; }
p { color: rgb(89,3,235); }
H1.HeaderClassName
{
color: #5903EB;
}
.AnyTagClassName
{
color: #5903EB;
}
</style>
background-color css
<style>
a { background-color: #5903EB; }
a { background-color: rgb(89,3,235); }
div.DivClassName
{
background-color: #5903EB;
}
.BgClassName
{
background-color: #5903EB;
}
</style>
border-color css
<style>
span { border-color: #5903EB; }
span { border-color: rgb(89,3,235); }
td.TdClassName
{
border-color: #5903EB;
}
.TagClassName
{
border-color: #5903EB;
}
</style>