Shades of Electric Indigo #5803E9
Tints of Electric Indigo #5803E9
RGB
CMYK
RGB Variations
Color information
#5803E9 (or 0x5803E9) is known color: Electric Indigo. HEX triplet: 58, 03 and E9. RGB value is (88,3,233). Sum of RGB (Red+Green+Blue) = 88+3+233=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #5803E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803E9 is #A7FC16. Grayscale: #353535. Windows color (decimal): -11009047 or 15270744. OLE color: 15270744.
HSL color Cylindrical-coordinate representation of color #5803E9: hue angle of 262.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803E9 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 3 | 233 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.09 |
| HSL | 262.17º | 0.97% | 0.46% | - |
| HSV(B) | 262.17º | 0.99% | 0.91% | - |
| XYZ | 18.77 | 8.02 | 77.65 | - |
| YUV | 54.64 | 228.66 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 233 | 0.62 | 0.99 | 0 | 0.09 | 262.17 | 0.97 | 0.46 |
| Hex | 58 | 3 | E9 | 3E | 63 | 0 | 9 | 106 | 61 | 2E |
| Octal | 130 | 3 | 351 | 76 | 143 | 0 | 11 | 406 | 141 | 56 |
| Binary | 1011000 | 11 | 11101001 | 111110 | 1100011 | 0 | 1001 | 100000110 | 1100001 | 101110 |
Color Harmonies of #5803E9
Complementary color
Monochromatic Colors of #5803E9
Black with #5803E9
Text Example
Text Example
White with #5803E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803E9; }
p { color: rgb(88,3,233); }
H1.HeaderClassName
{
color: #5803E9;
}
.AnyTagClassName
{
color: #5803E9;
}
</style>
background-color css
<style>
a { background-color: #5803E9; }
a { background-color: rgb(88,3,233); }
div.DivClassName
{
background-color: #5803E9;
}
.BgClassName
{
background-color: #5803E9;
}
</style>
border-color css
<style>
span { border-color: #5803E9; }
span { border-color: rgb(88,3,233); }
td.TdClassName
{
border-color: #5803E9;
}
.TagClassName
{
border-color: #5803E9;
}
</style>