Shades of Electric Indigo #5802F9
Tints of Electric Indigo #5802F9
RGB
CMYK
RGB Variations
Color information
#5802F9 (or 0x5802F9) is known color: Electric Indigo. HEX triplet: 58, 02 and F9. RGB value is (88,2,249). Sum of RGB (Red+Green+Blue) = 88+2+249=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #5802F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5802F9 is #A7FD06. Grayscale: #363636. Windows color (decimal): -11009287 or 16319064. OLE color: 16319064.
HSL color Cylindrical-coordinate representation of color #5802F9: hue angle of 260.89º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5802F9 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 2 | 249 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.02 |
| HSL | 260.89º | 0.98% | 0.49% | - |
| HSV(B) | 260.89º | 0.99% | 0.98% | - |
| XYZ | 21.15 | 8.96 | 90.24 | - |
| YUV | 55.87 | 236.99 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 249 | 0.65 | 0.99 | 0 | 0.02 | 260.89 | 0.98 | 0.49 |
| Hex | 58 | 2 | F9 | 41 | 63 | 0 | 2 | 105 | 62 | 31 |
| Octal | 130 | 2 | 371 | 101 | 143 | 0 | 2 | 405 | 142 | 61 |
| Binary | 1011000 | 10 | 11111001 | 1000001 | 1100011 | 0 | 10 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5802F9
Complementary color
Monochromatic Colors of #5802F9
Black with #5802F9
Text Example
Text Example
White with #5802F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5802F9; }
p { color: rgb(88,2,249); }
H1.HeaderClassName
{
color: #5802F9;
}
.AnyTagClassName
{
color: #5802F9;
}
</style>
background-color css
<style>
a { background-color: #5802F9; }
a { background-color: rgb(88,2,249); }
div.DivClassName
{
background-color: #5802F9;
}
.BgClassName
{
background-color: #5802F9;
}
</style>
border-color css
<style>
span { border-color: #5802F9; }
span { border-color: rgb(88,2,249); }
td.TdClassName
{
border-color: #5802F9;
}
.TagClassName
{
border-color: #5802F9;
}
</style>