Shades of Electric Indigo #7407E5
Tints of Electric Indigo #7407E5
RGB
CMYK
RGB Variations
Color information
#7407E5 (or 0x7407E5) is known color: Electric Indigo. HEX triplet: 74, 07 and E5. RGB value is (116,7,229). Sum of RGB (Red+Green+Blue) = 116+7+229=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #7407E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407E5 is #8BF81A. Grayscale: #404040. Windows color (decimal): -9173019 or 15009652. OLE color: 15009652.
HSL color Cylindrical-coordinate representation of color #7407E5: hue angle of 269.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407E5 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 7 | 229 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.10 |
| HSL | 269.46º | 0.94% | 0.46% | - |
| HSV(B) | 269.46º | 0.97% | 0.9% | - |
| XYZ | 21.42 | 9.52 | 74.84 | - |
| YUV | 64.9 | 220.61 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 229 | 0.49 | 0.97 | 0 | 0.10 | 269.46 | 0.94 | 0.46 |
| Hex | 74 | 7 | E5 | 31 | 61 | 0 | A | 10D | 5E | 2E |
| Octal | 164 | 7 | 345 | 61 | 141 | 0 | 12 | 415 | 136 | 56 |
| Binary | 1110100 | 111 | 11100101 | 110001 | 1100001 | 0 | 1010 | 100001101 | 1011110 | 101110 |
Color Harmonies of #7407E5
Complementary color
Monochromatic Colors of #7407E5
Black with #7407E5
Text Example
Text Example
White with #7407E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7407E5; }
p { color: rgb(116,7,229); }
H1.HeaderClassName
{
color: #7407E5;
}
.AnyTagClassName
{
color: #7407E5;
}
</style>
background-color css
<style>
a { background-color: #7407E5; }
a { background-color: rgb(116,7,229); }
div.DivClassName
{
background-color: #7407E5;
}
.BgClassName
{
background-color: #7407E5;
}
</style>
border-color css
<style>
span { border-color: #7407E5; }
span { border-color: rgb(116,7,229); }
td.TdClassName
{
border-color: #7407E5;
}
.TagClassName
{
border-color: #7407E5;
}
</style>