Shades of Electric Indigo #5800FA
Tints of Electric Indigo #5800FA
RGB
CMYK
RGB Variations
Color information
#5800FA (or 0x5800FA) is known color: Electric Indigo. HEX triplet: 58, 00 and FA. RGB value is (88,0,250). Sum of RGB (Red+Green+Blue) = 88+0+250=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #5800FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800FA is #A7FF05. Grayscale: #353535. Windows color (decimal): -11009798 or 16384088. OLE color: 16384088.
HSL color Cylindrical-coordinate representation of color #5800FA: hue angle of 261.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800FA is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 0 | 250 | - |
| CMYK | 0.65 | 1 | 0 | 0.02 |
| HSL | 261.12º | 1% | 0.49% | - |
| HSV(B) | 261.12º | 1% | 0.98% | - |
| XYZ | 21.28 | 8.98 | 91.05 | - |
| YUV | 54.81 | 238.15 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 250 | 0.65 | 1 | 0 | 0.02 | 261.12 | 1 | 0.49 |
| Hex | 58 | 0 | FA | 41 | 64 | 0 | 2 | 105 | 64 | 31 |
| Octal | 130 | 0 | 372 | 101 | 144 | 0 | 2 | 405 | 144 | 61 |
| Binary | 1011000 | 0 | 11111010 | 1000001 | 1100100 | 0 | 10 | 100000101 | 1100100 | 110001 |
Color Harmonies of #5800FA
Complementary color
Monochromatic Colors of #5800FA
Black with #5800FA
Text Example
Text Example
White with #5800FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800FA; }
p { color: rgb(88,0,250); }
H1.HeaderClassName
{
color: #5800FA;
}
.AnyTagClassName
{
color: #5800FA;
}
</style>
background-color css
<style>
a { background-color: #5800FA; }
a { background-color: rgb(88,0,250); }
div.DivClassName
{
background-color: #5800FA;
}
.BgClassName
{
background-color: #5800FA;
}
</style>
border-color css
<style>
span { border-color: #5800FA; }
span { border-color: rgb(88,0,250); }
td.TdClassName
{
border-color: #5800FA;
}
.TagClassName
{
border-color: #5800FA;
}
</style>