Shades of Electric Indigo #5803DF
Tints of Electric Indigo #5803DF
RGB
CMYK
RGB Variations
Color information
#5803DF (or 0x5803DF) is known color: Electric Indigo. HEX triplet: 58, 03 and DF. RGB value is (88,3,223). Sum of RGB (Red+Green+Blue) = 88+3+223=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #5803DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5803DF is #A7FC20. Grayscale: #343434. Windows color (decimal): -11009057 or 14615384. OLE color: 14615384.
HSL color Cylindrical-coordinate representation of color #5803DF: hue angle of 263.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803DF is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 3 | 223 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.13 |
| HSL | 263.18º | 0.97% | 0.44% | - |
| HSV(B) | 263.18º | 0.99% | 0.87% | - |
| XYZ | 17.38 | 7.47 | 70.34 | - |
| YUV | 53.5 | 223.66 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 223 | 0.61 | 0.99 | 0 | 0.13 | 263.18 | 0.97 | 0.44 |
| Hex | 58 | 3 | DF | 3D | 63 | 0 | D | 107 | 61 | 2C |
| Octal | 130 | 3 | 337 | 75 | 143 | 0 | 15 | 407 | 141 | 54 |
| Binary | 1011000 | 11 | 11011111 | 111101 | 1100011 | 0 | 1101 | 100000111 | 1100001 | 101100 |
Color Harmonies of #5803DF
Complementary color
Monochromatic Colors of #5803DF
Black with #5803DF
Text Example
Text Example
White with #5803DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803DF; }
p { color: rgb(88,3,223); }
H1.HeaderClassName
{
color: #5803DF;
}
.AnyTagClassName
{
color: #5803DF;
}
</style>
background-color css
<style>
a { background-color: #5803DF; }
a { background-color: rgb(88,3,223); }
div.DivClassName
{
background-color: #5803DF;
}
.BgClassName
{
background-color: #5803DF;
}
</style>
border-color css
<style>
span { border-color: #5803DF; }
span { border-color: rgb(88,3,223); }
td.TdClassName
{
border-color: #5803DF;
}
.TagClassName
{
border-color: #5803DF;
}
</style>