Shades of Electric Indigo #5803F1
Tints of Electric Indigo #5803F1
RGB
CMYK
RGB Variations
Color information
#5803F1 (or 0x5803F1) is known color: Electric Indigo. HEX triplet: 58, 03 and F1. RGB value is (88,3,241). Sum of RGB (Red+Green+Blue) = 88+3+241=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #5803F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5803F1 is #A7FC0E. Grayscale: #363636. Windows color (decimal): -11009039 or 15795032. OLE color: 15795032.
HSL color Cylindrical-coordinate representation of color #5803F1: hue angle of 261.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5803F1 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 3 | 241 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.05 |
| HSL | 261.43º | 0.98% | 0.48% | - |
| HSV(B) | 261.43º | 0.99% | 0.95% | - |
| XYZ | 19.93 | 8.49 | 83.81 | - |
| YUV | 55.55 | 232.66 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 241 | 0.63 | 0.99 | 0 | 0.05 | 261.43 | 0.98 | 0.48 |
| Hex | 58 | 3 | F1 | 3F | 63 | 0 | 5 | 105 | 62 | 30 |
| Octal | 130 | 3 | 361 | 77 | 143 | 0 | 5 | 405 | 142 | 60 |
| Binary | 1011000 | 11 | 11110001 | 111111 | 1100011 | 0 | 101 | 100000101 | 1100010 | 110000 |
Color Harmonies of #5803F1
Complementary color
Monochromatic Colors of #5803F1
Black with #5803F1
Text Example
Text Example
White with #5803F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5803F1; }
p { color: rgb(88,3,241); }
H1.HeaderClassName
{
color: #5803F1;
}
.AnyTagClassName
{
color: #5803F1;
}
</style>
background-color css
<style>
a { background-color: #5803F1; }
a { background-color: rgb(88,3,241); }
div.DivClassName
{
background-color: #5803F1;
}
.BgClassName
{
background-color: #5803F1;
}
</style>
border-color css
<style>
span { border-color: #5803F1; }
span { border-color: rgb(88,3,241); }
td.TdClassName
{
border-color: #5803F1;
}
.TagClassName
{
border-color: #5803F1;
}
</style>