Shades of Electric Indigo #5800FB
Tints of Electric Indigo #5800FB
RGB
CMYK
RGB Variations
Color information
#5800FB (or 0x5800FB) is known color: Electric Indigo. HEX triplet: 58, 00 and FB. RGB value is (88,0,251). Sum of RGB (Red+Green+Blue) = 88+0+251=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #5800FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800FB is #A7FF04. Grayscale: #363636. Windows color (decimal): -11009797 or 16449624. OLE color: 16449624.
HSL color Cylindrical-coordinate representation of color #5800FB: hue angle of 261.04º 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 #5800FB is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 0 | 251 | - |
| CMYK | 0.65 | 1 | 0 | 0.02 |
| HSL | 261.04º | 1% | 0.49% | - |
| HSV(B) | 261.04º | 1% | 0.98% | - |
| XYZ | 21.44 | 9.04 | 91.88 | - |
| YUV | 54.93 | 238.65 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 251 | 0.65 | 1 | 0 | 0.02 | 261.04 | 1 | 0.49 |
| Hex | 58 | 0 | FB | 41 | 64 | 0 | 2 | 105 | 64 | 31 |
| Octal | 130 | 0 | 373 | 101 | 144 | 0 | 2 | 405 | 144 | 61 |
| Binary | 1011000 | 0 | 11111011 | 1000001 | 1100100 | 0 | 10 | 100000101 | 1100100 | 110001 |
Color Harmonies of #5800FB
Complementary color
Monochromatic Colors of #5800FB
Black with #5800FB
Text Example
Text Example
White with #5800FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800FB; }
p { color: rgb(88,0,251); }
H1.HeaderClassName
{
color: #5800FB;
}
.AnyTagClassName
{
color: #5800FB;
}
</style>
background-color css
<style>
a { background-color: #5800FB; }
a { background-color: rgb(88,0,251); }
div.DivClassName
{
background-color: #5800FB;
}
.BgClassName
{
background-color: #5800FB;
}
</style>
border-color css
<style>
span { border-color: #5800FB; }
span { border-color: rgb(88,0,251); }
td.TdClassName
{
border-color: #5800FB;
}
.TagClassName
{
border-color: #5800FB;
}
</style>