Shades of Electric Indigo #740EEA
Tints of Electric Indigo #740EEA
RGB
CMYK
RGB Variations
Color information
#740EEA (or 0x740EEA) is known color: Electric Indigo. HEX triplet: 74, 0E and EA. RGB value is (116,14,234). Sum of RGB (Red+Green+Blue) = 116+14+234=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #740EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EEA is #8BF115. Grayscale: #444444. Windows color (decimal): -9171222 or 15339124. OLE color: 15339124.
HSL color Cylindrical-coordinate representation of color #740EEA: hue angle of 267.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EEA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 14 | 234 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.08 |
| HSL | 267.82º | 0.89% | 0.49% | - |
| HSV(B) | 267.82º | 0.94% | 0.92% | - |
| XYZ | 22.21 | 9.97 | 78.6 | - |
| YUV | 69.58 | 220.79 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 234 | 0.50 | 0.94 | 0 | 0.08 | 267.82 | 0.89 | 0.49 |
| Hex | 74 | E | EA | 32 | 5E | 0 | 8 | 10C | 59 | 31 |
| Octal | 164 | 16 | 352 | 62 | 136 | 0 | 10 | 414 | 131 | 61 |
| Binary | 1110100 | 1110 | 11101010 | 110010 | 1011110 | 0 | 1000 | 100001100 | 1011001 | 110001 |
Color Harmonies of #740EEA
Complementary color
Monochromatic Colors of #740EEA
Black with #740EEA
Text Example
Text Example
White with #740EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EEA; }
p { color: rgb(116,14,234); }
H1.HeaderClassName
{
color: #740EEA;
}
.AnyTagClassName
{
color: #740EEA;
}
</style>
background-color css
<style>
a { background-color: #740EEA; }
a { background-color: rgb(116,14,234); }
div.DivClassName
{
background-color: #740EEA;
}
.BgClassName
{
background-color: #740EEA;
}
</style>
border-color css
<style>
span { border-color: #740EEA; }
span { border-color: rgb(116,14,234); }
td.TdClassName
{
border-color: #740EEA;
}
.TagClassName
{
border-color: #740EEA;
}
</style>