Shades of Electric Indigo #7408E5
Tints of Electric Indigo #7408E5
RGB
CMYK
RGB Variations
Color information
#7408E5 (or 0x7408E5) is known color: Electric Indigo. HEX triplet: 74, 08 and E5. RGB value is (116,8,229). Sum of RGB (Red+Green+Blue) = 116+8+229=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #7408E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7408E5 is #8BF71A. Grayscale: #404040. Windows color (decimal): -9172763 or 15009908. OLE color: 15009908.
HSL color Cylindrical-coordinate representation of color #7408E5: hue angle of 269.32º degrees, saturation: 0.93, 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 #7408E5 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 8 | 229 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.10 |
| HSL | 269.32º | 0.93% | 0.46% | - |
| HSV(B) | 269.32º | 0.97% | 0.9% | - |
| XYZ | 21.43 | 9.54 | 74.84 | - |
| YUV | 65.49 | 220.28 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 229 | 0.49 | 0.97 | 0 | 0.10 | 269.32 | 0.93 | 0.46 |
| Hex | 74 | 8 | E5 | 31 | 61 | 0 | A | 10D | 5D | 2E |
| Octal | 164 | 10 | 345 | 61 | 141 | 0 | 12 | 415 | 135 | 56 |
| Binary | 1110100 | 1000 | 11100101 | 110001 | 1100001 | 0 | 1010 | 100001101 | 1011101 | 101110 |
Color Harmonies of #7408E5
Complementary color
Monochromatic Colors of #7408E5
Black with #7408E5
Text Example
Text Example
White with #7408E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7408E5; }
p { color: rgb(116,8,229); }
H1.HeaderClassName
{
color: #7408E5;
}
.AnyTagClassName
{
color: #7408E5;
}
</style>
background-color css
<style>
a { background-color: #7408E5; }
a { background-color: rgb(116,8,229); }
div.DivClassName
{
background-color: #7408E5;
}
.BgClassName
{
background-color: #7408E5;
}
</style>
border-color css
<style>
span { border-color: #7408E5; }
span { border-color: rgb(116,8,229); }
td.TdClassName
{
border-color: #7408E5;
}
.TagClassName
{
border-color: #7408E5;
}
</style>