Shades of Electric Indigo #5808FA
Tints of Electric Indigo #5808FA
RGB
CMYK
RGB Variations
Color information
#5808FA (or 0x5808FA) is known color: Electric Indigo. HEX triplet: 58, 08 and FA. RGB value is (88,8,250). Sum of RGB (Red+Green+Blue) = 88+8+250=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #5808FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5808FA is #A7F705. Grayscale: #3A3A3A. Windows color (decimal): -11007750 or 16386136. OLE color: 16386136.
HSL color Cylindrical-coordinate representation of color #5808FA: hue angle of 259.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5808FA is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 8 | 250 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.02 |
| HSL | 259.83º | 0.96% | 0.51% | - |
| HSV(B) | 259.83º | 0.97% | 0.98% | - |
| XYZ | 21.37 | 9.15 | 91.08 | - |
| YUV | 59.51 | 235.5 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 250 | 0.65 | 0.97 | 0 | 0.02 | 259.83 | 0.96 | 0.51 |
| Hex | 58 | 8 | FA | 41 | 61 | 0 | 2 | 104 | 60 | 33 |
| Octal | 130 | 10 | 372 | 101 | 141 | 0 | 2 | 404 | 140 | 63 |
| Binary | 1011000 | 1000 | 11111010 | 1000001 | 1100001 | 0 | 10 | 100000100 | 1100000 | 110011 |
Color Harmonies of #5808FA
Complementary color
Monochromatic Colors of #5808FA
Black with #5808FA
Text Example
Text Example
White with #5808FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808FA; }
p { color: rgb(88,8,250); }
H1.HeaderClassName
{
color: #5808FA;
}
.AnyTagClassName
{
color: #5808FA;
}
</style>
background-color css
<style>
a { background-color: #5808FA; }
a { background-color: rgb(88,8,250); }
div.DivClassName
{
background-color: #5808FA;
}
.BgClassName
{
background-color: #5808FA;
}
</style>
border-color css
<style>
span { border-color: #5808FA; }
span { border-color: rgb(88,8,250); }
td.TdClassName
{
border-color: #5808FA;
}
.TagClassName
{
border-color: #5808FA;
}
</style>