Shades of Electric Indigo #5800FD
Tints of Electric Indigo #5800FD
RGB
CMYK
RGB Variations
Color information
#5800FD (or 0x5800FD) is known color: Electric Indigo. HEX triplet: 58, 00 and FD. RGB value is (88,0,253). Sum of RGB (Red+Green+Blue) = 88+0+253=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5800FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5800FD is #A7FF02. Grayscale: #363636. Windows color (decimal): -11009795 or 16580696. OLE color: 16580696.
HSL color Cylindrical-coordinate representation of color #5800FD: hue angle of 260.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800FD is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 0 | 253 | - |
| CMYK | 0.65 | 1 | 0 | 0.01 |
| HSL | 260.87º | 1% | 0.5% | - |
| HSV(B) | 260.87º | 1% | 0.99% | - |
| XYZ | 21.75 | 9.17 | 93.55 | - |
| YUV | 55.15 | 239.65 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 253 | 0.65 | 1 | 0 | 0.01 | 260.87 | 1 | 0.5 |
| Hex | 58 | 0 | FD | 41 | 64 | 0 | 1 | 105 | 64 | 32 |
| Octal | 130 | 0 | 375 | 101 | 144 | 0 | 1 | 405 | 144 | 62 |
| Binary | 1011000 | 0 | 11111101 | 1000001 | 1100100 | 0 | 1 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5800FD
Complementary color
Monochromatic Colors of #5800FD
Black with #5800FD
Text Example
Text Example
White with #5800FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5800FD; }
p { color: rgb(88,0,253); }
H1.HeaderClassName
{
color: #5800FD;
}
.AnyTagClassName
{
color: #5800FD;
}
</style>
background-color css
<style>
a { background-color: #5800FD; }
a { background-color: rgb(88,0,253); }
div.DivClassName
{
background-color: #5800FD;
}
.BgClassName
{
background-color: #5800FD;
}
</style>
border-color css
<style>
span { border-color: #5800FD; }
span { border-color: rgb(88,0,253); }
td.TdClassName
{
border-color: #5800FD;
}
.TagClassName
{
border-color: #5800FD;
}
</style>