Shades of Electric Indigo #5805F6
Tints of Electric Indigo #5805F6
RGB
CMYK
RGB Variations
Color information
#5805F6 (or 0x5805F6) is known color: Electric Indigo. HEX triplet: 58, 05 and F6. RGB value is (88,5,246). Sum of RGB (Red+Green+Blue) = 88+5+246=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #5805F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5805F6 is #A7FA09. Grayscale: #383838. Windows color (decimal): -11008522 or 16123224. OLE color: 16123224.
HSL color Cylindrical-coordinate representation of color #5805F6: hue angle of 260.66º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805F6 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 5 | 246 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.04 |
| HSL | 260.66º | 0.96% | 0.49% | - |
| HSV(B) | 260.66º | 0.98% | 0.96% | - |
| XYZ | 20.71 | 8.84 | 87.8 | - |
| YUV | 57.29 | 234.5 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 246 | 0.64 | 0.98 | 0 | 0.04 | 260.66 | 0.96 | 0.49 |
| Hex | 58 | 5 | F6 | 40 | 62 | 0 | 4 | 105 | 60 | 31 |
| Octal | 130 | 5 | 366 | 100 | 142 | 0 | 4 | 405 | 140 | 61 |
| Binary | 1011000 | 101 | 11110110 | 1000000 | 1100010 | 0 | 100 | 100000101 | 1100000 | 110001 |
Color Harmonies of #5805F6
Complementary color
Monochromatic Colors of #5805F6
Black with #5805F6
Text Example
Text Example
White with #5805F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805F6; }
p { color: rgb(88,5,246); }
H1.HeaderClassName
{
color: #5805F6;
}
.AnyTagClassName
{
color: #5805F6;
}
</style>
background-color css
<style>
a { background-color: #5805F6; }
a { background-color: rgb(88,5,246); }
div.DivClassName
{
background-color: #5805F6;
}
.BgClassName
{
background-color: #5805F6;
}
</style>
border-color css
<style>
span { border-color: #5805F6; }
span { border-color: rgb(88,5,246); }
td.TdClassName
{
border-color: #5805F6;
}
.TagClassName
{
border-color: #5805F6;
}
</style>