Shades of Electric Indigo #5803E6
Tints of Electric Indigo #5803E6
RGB
CMYK
RGB Variations
Color information
#5803E6 (or 0x5803E6) is known color: Electric Indigo. HEX triplet: 58, 03 and E6. RGB value is (88,3,230). Sum of RGB (Red+Green+Blue) = 88+3+230=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 230 (90.23% from 255 or 71.65% from 321); Max value from RGB is 230 - color contains mainly: blue. Hex color #5803E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803E6 is #A7FC19. Grayscale: #353535. Windows color (decimal): -11009050 or 15074136. OLE color: 15074136.
HSL color Cylindrical-coordinate representation of color #5803E6: hue angle of 262.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803E6 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 3 | 230 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.10 |
| HSL | 262.47º | 0.97% | 0.46% | - |
| HSV(B) | 262.47º | 0.99% | 0.9% | - |
| XYZ | 18.34 | 7.85 | 75.41 | - |
| YUV | 54.29 | 227.16 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 230 | 0.62 | 0.99 | 0 | 0.10 | 262.47 | 0.97 | 0.46 |
| Hex | 58 | 3 | E6 | 3E | 63 | 0 | A | 106 | 61 | 2E |
| Octal | 130 | 3 | 346 | 76 | 143 | 0 | 12 | 406 | 141 | 56 |
| Binary | 1011000 | 11 | 11100110 | 111110 | 1100011 | 0 | 1010 | 100000110 | 1100001 | 101110 |
Color Harmonies of #5803E6
Complementary color
Monochromatic Colors of #5803E6
Black with #5803E6
Text Example
Text Example
White with #5803E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803E6; }
p { color: rgb(88,3,230); }
H1.HeaderClassName
{
color: #5803E6;
}
.AnyTagClassName
{
color: #5803E6;
}
</style>
background-color css
<style>
a { background-color: #5803E6; }
a { background-color: rgb(88,3,230); }
div.DivClassName
{
background-color: #5803E6;
}
.BgClassName
{
background-color: #5803E6;
}
</style>
border-color css
<style>
span { border-color: #5803E6; }
span { border-color: rgb(88,3,230); }
td.TdClassName
{
border-color: #5803E6;
}
.TagClassName
{
border-color: #5803E6;
}
</style>