Shades of Electric Indigo #740EEE
Tints of Electric Indigo #740EEE
RGB
CMYK
RGB Variations
Color information
#740EEE (or 0x740EEE) is known color: Electric Indigo. HEX triplet: 74, 0E and EE. RGB value is (116,14,238). Sum of RGB (Red+Green+Blue) = 116+14+238=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #740EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EEE is #8BF111. Grayscale: #454545. Windows color (decimal): -9171218 or 15601268. OLE color: 15601268.
HSL color Cylindrical-coordinate representation of color #740EEE: hue angle of 267.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EEE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 14 | 238 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.07 |
| HSL | 267.32º | 0.89% | 0.49% | - |
| HSV(B) | 267.32º | 0.94% | 0.93% | - |
| XYZ | 22.79 | 10.2 | 81.66 | - |
| YUV | 70.03 | 222.79 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 238 | 0.51 | 0.94 | 0 | 0.07 | 267.32 | 0.89 | 0.49 |
| Hex | 74 | E | EE | 33 | 5E | 0 | 7 | 10B | 59 | 31 |
| Octal | 164 | 16 | 356 | 63 | 136 | 0 | 7 | 413 | 131 | 61 |
| Binary | 1110100 | 1110 | 11101110 | 110011 | 1011110 | 0 | 111 | 100001011 | 1011001 | 110001 |
Color Harmonies of #740EEE
Complementary color
Monochromatic Colors of #740EEE
Black with #740EEE
Text Example
Text Example
White with #740EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EEE; }
p { color: rgb(116,14,238); }
H1.HeaderClassName
{
color: #740EEE;
}
.AnyTagClassName
{
color: #740EEE;
}
</style>
background-color css
<style>
a { background-color: #740EEE; }
a { background-color: rgb(116,14,238); }
div.DivClassName
{
background-color: #740EEE;
}
.BgClassName
{
background-color: #740EEE;
}
</style>
border-color css
<style>
span { border-color: #740EEE; }
span { border-color: rgb(116,14,238); }
td.TdClassName
{
border-color: #740EEE;
}
.TagClassName
{
border-color: #740EEE;
}
</style>