Shades of Electric Indigo #5807F1
Tints of Electric Indigo #5807F1
RGB
CMYK
RGB Variations
Color information
#5807F1 (or 0x5807F1) is known color: Electric Indigo. HEX triplet: 58, 07 and F1. RGB value is (88,7,241). Sum of RGB (Red+Green+Blue) = 88+7+241=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #5807F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5807F1 is #A7F80E. Grayscale: #393939. Windows color (decimal): -11008015 or 15796056. OLE color: 15796056.
HSL color Cylindrical-coordinate representation of color #5807F1: hue angle of 260.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807F1 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 7 | 241 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.05 |
| HSL | 260.77º | 0.94% | 0.49% | - |
| HSV(B) | 260.77º | 0.97% | 0.95% | - |
| XYZ | 19.98 | 8.58 | 83.82 | - |
| YUV | 57.9 | 231.34 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 241 | 0.63 | 0.97 | 0 | 0.05 | 260.77 | 0.94 | 0.49 |
| Hex | 58 | 7 | F1 | 3F | 61 | 0 | 5 | 105 | 5E | 31 |
| Octal | 130 | 7 | 361 | 77 | 141 | 0 | 5 | 405 | 136 | 61 |
| Binary | 1011000 | 111 | 11110001 | 111111 | 1100001 | 0 | 101 | 100000101 | 1011110 | 110001 |
Color Harmonies of #5807F1
Complementary color
Monochromatic Colors of #5807F1
Black with #5807F1
Text Example
Text Example
White with #5807F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5807F1; }
p { color: rgb(88,7,241); }
H1.HeaderClassName
{
color: #5807F1;
}
.AnyTagClassName
{
color: #5807F1;
}
</style>
background-color css
<style>
a { background-color: #5807F1; }
a { background-color: rgb(88,7,241); }
div.DivClassName
{
background-color: #5807F1;
}
.BgClassName
{
background-color: #5807F1;
}
</style>
border-color css
<style>
span { border-color: #5807F1; }
span { border-color: rgb(88,7,241); }
td.TdClassName
{
border-color: #5807F1;
}
.TagClassName
{
border-color: #5807F1;
}
</style>