Shades of Electric Indigo #7416EE
Tints of Electric Indigo #7416EE
RGB
CMYK
RGB Variations
Color information
#7416EE (or 0x7416EE) is known color: Electric Indigo. HEX triplet: 74, 16 and EE. RGB value is (116,22,238). Sum of RGB (Red+Green+Blue) = 116+22+238=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #7416EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7416EE is #8BE911. Grayscale: #494949. Windows color (decimal): -9169170 or 15603316. OLE color: 15603316.
HSL color Cylindrical-coordinate representation of color #7416EE: hue angle of 266.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7416EE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 22 | 238 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.07 |
| HSL | 266.11º | 0.86% | 0.51% | - |
| HSV(B) | 266.11º | 0.91% | 0.93% | - |
| XYZ | 22.92 | 10.46 | 81.7 | - |
| YUV | 74.73 | 220.14 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 238 | 0.51 | 0.91 | 0 | 0.07 | 266.11 | 0.86 | 0.51 |
| Hex | 74 | 16 | EE | 33 | 5B | 0 | 7 | 10A | 56 | 33 |
| Octal | 164 | 26 | 356 | 63 | 133 | 0 | 7 | 412 | 126 | 63 |
| Binary | 1110100 | 10110 | 11101110 | 110011 | 1011011 | 0 | 111 | 100001010 | 1010110 | 110011 |
Color Harmonies of #7416EE
Complementary color
Monochromatic Colors of #7416EE
Black with #7416EE
Text Example
Text Example
White with #7416EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7416EE; }
p { color: rgb(116,22,238); }
H1.HeaderClassName
{
color: #7416EE;
}
.AnyTagClassName
{
color: #7416EE;
}
</style>
background-color css
<style>
a { background-color: #7416EE; }
a { background-color: rgb(116,22,238); }
div.DivClassName
{
background-color: #7416EE;
}
.BgClassName
{
background-color: #7416EE;
}
</style>
border-color css
<style>
span { border-color: #7416EE; }
span { border-color: rgb(116,22,238); }
td.TdClassName
{
border-color: #7416EE;
}
.TagClassName
{
border-color: #7416EE;
}
</style>