Shades of Electric Indigo #7404EC
Tints of Electric Indigo #7404EC
RGB
CMYK
RGB Variations
Color information
#7404EC (or 0x7404EC) is known color: Electric Indigo. HEX triplet: 74, 04 and EC. RGB value is (116,4,236). Sum of RGB (Red+Green+Blue) = 116+4+236=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7404EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7404EC is #8BFB13. Grayscale: #3F3F3F. Windows color (decimal): -9173780 or 15467636. OLE color: 15467636.
HSL color Cylindrical-coordinate representation of color #7404EC: hue angle of 268.97º 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 #7404EC is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 4 | 236 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.07 |
| HSL | 268.97º | 0.97% | 0.47% | - |
| HSV(B) | 268.97º | 0.98% | 0.93% | - |
| XYZ | 22.39 | 9.86 | 80.08 | - |
| YUV | 63.94 | 225.11 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 236 | 0.51 | 0.98 | 0 | 0.07 | 268.97 | 0.97 | 0.47 |
| Hex | 74 | 4 | EC | 33 | 62 | 0 | 7 | 10D | 61 | 2F |
| Octal | 164 | 4 | 354 | 63 | 142 | 0 | 7 | 415 | 141 | 57 |
| Binary | 1110100 | 100 | 11101100 | 110011 | 1100010 | 0 | 111 | 100001101 | 1100001 | 101111 |
Color Harmonies of #7404EC
Complementary color
Monochromatic Colors of #7404EC
Black with #7404EC
Text Example
Text Example
White with #7404EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7404EC; }
p { color: rgb(116,4,236); }
H1.HeaderClassName
{
color: #7404EC;
}
.AnyTagClassName
{
color: #7404EC;
}
</style>
background-color css
<style>
a { background-color: #7404EC; }
a { background-color: rgb(116,4,236); }
div.DivClassName
{
background-color: #7404EC;
}
.BgClassName
{
background-color: #7404EC;
}
</style>
border-color css
<style>
span { border-color: #7404EC; }
span { border-color: rgb(116,4,236); }
td.TdClassName
{
border-color: #7404EC;
}
.TagClassName
{
border-color: #7404EC;
}
</style>