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