Shades of Electric Indigo #740EE5
Tints of Electric Indigo #740EE5
RGB
CMYK
RGB Variations
Color information
#740EE5 (or 0x740EE5) is known color: Electric Indigo. HEX triplet: 74, 0E and E5. RGB value is (116,14,229). Sum of RGB (Red+Green+Blue) = 116+14+229=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #740EE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EE5 is #8BF11A. Grayscale: #444444. Windows color (decimal): -9171227 or 15011444. OLE color: 15011444.
HSL color Cylindrical-coordinate representation of color #740EE5: hue angle of 268.47º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EE5 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 14 | 229 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.10 |
| HSL | 268.47º | 0.88% | 0.48% | - |
| HSV(B) | 268.47º | 0.94% | 0.9% | - |
| XYZ | 21.5 | 9.68 | 74.86 | - |
| YUV | 69.01 | 218.29 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 229 | 0.49 | 0.94 | 0 | 0.10 | 268.47 | 0.88 | 0.48 |
| Hex | 74 | E | E5 | 31 | 5E | 0 | A | 10C | 58 | 30 |
| Octal | 164 | 16 | 345 | 61 | 136 | 0 | 12 | 414 | 130 | 60 |
| Binary | 1110100 | 1110 | 11100101 | 110001 | 1011110 | 0 | 1010 | 100001100 | 1011000 | 110000 |
Color Harmonies of #740EE5
Complementary color
Monochromatic Colors of #740EE5
Black with #740EE5
Text Example
Text Example
White with #740EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EE5; }
p { color: rgb(116,14,229); }
H1.HeaderClassName
{
color: #740EE5;
}
.AnyTagClassName
{
color: #740EE5;
}
</style>
background-color css
<style>
a { background-color: #740EE5; }
a { background-color: rgb(116,14,229); }
div.DivClassName
{
background-color: #740EE5;
}
.BgClassName
{
background-color: #740EE5;
}
</style>
border-color css
<style>
span { border-color: #740EE5; }
span { border-color: rgb(116,14,229); }
td.TdClassName
{
border-color: #740EE5;
}
.TagClassName
{
border-color: #740EE5;
}
</style>