Shades of Electric Indigo #5F04EC
Tints of Electric Indigo #5F04EC
RGB
CMYK
RGB Variations
Color information
#5F04EC (or 0x5F04EC) is known color: Electric Indigo. HEX triplet: 5F, 04 and EC. RGB value is (95,4,236). Sum of RGB (Red+Green+Blue) = 95+4+236=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F04EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F04EC is #A0FB13. Grayscale: #383838. Windows color (decimal): -10550036 or 15467615. OLE color: 15467615.
HSL color Cylindrical-coordinate representation of color #5F04EC: hue angle of 263.53º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F04EC is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 4 | 236 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.07 |
| HSL | 263.53º | 0.97% | 0.47% | - |
| HSV(B) | 263.53º | 0.98% | 0.93% | - |
| XYZ | 19.9 | 8.58 | 79.96 | - |
| YUV | 57.66 | 228.65 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 236 | 0.60 | 0.98 | 0 | 0.07 | 263.53 | 0.97 | 0.47 |
| Hex | 5F | 4 | EC | 3C | 62 | 0 | 7 | 108 | 61 | 2F |
| Octal | 137 | 4 | 354 | 74 | 142 | 0 | 7 | 410 | 141 | 57 |
| Binary | 1011111 | 100 | 11101100 | 111100 | 1100010 | 0 | 111 | 100001000 | 1100001 | 101111 |
Color Harmonies of #5F04EC
Complementary color
Monochromatic Colors of #5F04EC
Black with #5F04EC
Text Example
Text Example
White with #5F04EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F04EC; }
p { color: rgb(95,4,236); }
H1.HeaderClassName
{
color: #5F04EC;
}
.AnyTagClassName
{
color: #5F04EC;
}
</style>
background-color css
<style>
a { background-color: #5F04EC; }
a { background-color: rgb(95,4,236); }
div.DivClassName
{
background-color: #5F04EC;
}
.BgClassName
{
background-color: #5F04EC;
}
</style>
border-color css
<style>
span { border-color: #5F04EC; }
span { border-color: rgb(95,4,236); }
td.TdClassName
{
border-color: #5F04EC;
}
.TagClassName
{
border-color: #5F04EC;
}
</style>