Shades of Electric Indigo #7405E5
Tints of Electric Indigo #7405E5
RGB
CMYK
RGB Variations
Color information
#7405E5 (or 0x7405E5) is known color: Electric Indigo. HEX triplet: 74, 05 and E5. RGB value is (116,5,229). Sum of RGB (Red+Green+Blue) = 116+5+229=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 229 (89.84% from 255 or 65.43% from 350); Max value from RGB is 229 - color contains mainly: blue. Hex color #7405E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405E5 is #8BFA1A. Grayscale: #3E3E3E. Windows color (decimal): -9173531 or 15009140. OLE color: 15009140.
HSL color Cylindrical-coordinate representation of color #7405E5: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7405E5 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 5 | 229 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.10 |
| HSL | 269.73º | 0.96% | 0.46% | - |
| HSV(B) | 269.73º | 0.98% | 0.9% | - |
| XYZ | 21.4 | 9.48 | 74.83 | - |
| YUV | 63.73 | 221.27 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 229 | 0.49 | 0.98 | 0 | 0.10 | 269.73 | 0.96 | 0.46 |
| Hex | 74 | 5 | E5 | 31 | 62 | 0 | A | 10E | 60 | 2E |
| Octal | 164 | 5 | 345 | 61 | 142 | 0 | 12 | 416 | 140 | 56 |
| Binary | 1110100 | 101 | 11100101 | 110001 | 1100010 | 0 | 1010 | 100001110 | 1100000 | 101110 |
Color Harmonies of #7405E5
Complementary color
Monochromatic Colors of #7405E5
Black with #7405E5
Text Example
Text Example
White with #7405E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7405E5; }
p { color: rgb(116,5,229); }
H1.HeaderClassName
{
color: #7405E5;
}
.AnyTagClassName
{
color: #7405E5;
}
</style>
background-color css
<style>
a { background-color: #7405E5; }
a { background-color: rgb(116,5,229); }
div.DivClassName
{
background-color: #7405E5;
}
.BgClassName
{
background-color: #7405E5;
}
</style>
border-color css
<style>
span { border-color: #7405E5; }
span { border-color: rgb(116,5,229); }
td.TdClassName
{
border-color: #7405E5;
}
.TagClassName
{
border-color: #7405E5;
}
</style>