Shades of Electric Indigo #5807FA
Tints of Electric Indigo #5807FA
RGB
CMYK
RGB Variations
Color information
#5807FA (or 0x5807FA) is known color: Electric Indigo. HEX triplet: 58, 07 and FA. RGB value is (88,7,250). Sum of RGB (Red+Green+Blue) = 88+7+250=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #5807FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5807FA is #A7F805. Grayscale: #3A3A3A. Windows color (decimal): -11008006 or 16385880. OLE color: 16385880.
HSL color Cylindrical-coordinate representation of color #5807FA: hue angle of 260º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807FA is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 7 | 250 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.02 |
| HSL | 260º | 0.96% | 0.5% | - |
| HSV(B) | 260º | 0.97% | 0.98% | - |
| XYZ | 21.36 | 9.13 | 91.08 | - |
| YUV | 58.92 | 235.84 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 250 | 0.65 | 0.97 | 0 | 0.02 | 260 | 0.96 | 0.5 |
| Hex | 58 | 7 | FA | 41 | 61 | 0 | 2 | 104 | 60 | 32 |
| Octal | 130 | 7 | 372 | 101 | 141 | 0 | 2 | 404 | 140 | 62 |
| Binary | 1011000 | 111 | 11111010 | 1000001 | 1100001 | 0 | 10 | 100000100 | 1100000 | 110010 |
Color Harmonies of #5807FA
Complementary color
Monochromatic Colors of #5807FA
Black with #5807FA
Text Example
Text Example
White with #5807FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5807FA; }
p { color: rgb(88,7,250); }
H1.HeaderClassName
{
color: #5807FA;
}
.AnyTagClassName
{
color: #5807FA;
}
</style>
background-color css
<style>
a { background-color: #5807FA; }
a { background-color: rgb(88,7,250); }
div.DivClassName
{
background-color: #5807FA;
}
.BgClassName
{
background-color: #5807FA;
}
</style>
border-color css
<style>
span { border-color: #5807FA; }
span { border-color: rgb(88,7,250); }
td.TdClassName
{
border-color: #5807FA;
}
.TagClassName
{
border-color: #5807FA;
}
</style>