Shades of Electric Indigo #7405E2
Tints of Electric Indigo #7405E2
RGB
CMYK
RGB Variations
Color information
#7405E2 (or 0x7405E2) is known color: Electric Indigo. HEX triplet: 74, 05 and E2. RGB value is (116,5,226). Sum of RGB (Red+Green+Blue) = 116+5+226=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #7405E2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7405E2 is #8BFA1D. Grayscale: #3E3E3E. Windows color (decimal): -9173534 or 14812532. OLE color: 14812532.
HSL color Cylindrical-coordinate representation of color #7405E2: hue angle of 270.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7405E2 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 5 | 226 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.11 |
| HSL | 270.14º | 0.96% | 0.45% | - |
| HSV(B) | 270.14º | 0.98% | 0.89% | - |
| XYZ | 20.98 | 9.31 | 72.64 | - |
| YUV | 63.38 | 219.77 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 226 | 0.49 | 0.98 | 0 | 0.11 | 270.14 | 0.96 | 0.45 |
| Hex | 74 | 5 | E2 | 31 | 62 | 0 | B | 10E | 60 | 2D |
| Octal | 164 | 5 | 342 | 61 | 142 | 0 | 13 | 416 | 140 | 55 |
| Binary | 1110100 | 101 | 11100010 | 110001 | 1100010 | 0 | 1011 | 100001110 | 1100000 | 101101 |
Color Harmonies of #7405E2
Complementary color
Monochromatic Colors of #7405E2
Black with #7405E2
Text Example
Text Example
White with #7405E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7405E2; }
p { color: rgb(116,5,226); }
H1.HeaderClassName
{
color: #7405E2;
}
.AnyTagClassName
{
color: #7405E2;
}
</style>
background-color css
<style>
a { background-color: #7405E2; }
a { background-color: rgb(116,5,226); }
div.DivClassName
{
background-color: #7405E2;
}
.BgClassName
{
background-color: #7405E2;
}
</style>
border-color css
<style>
span { border-color: #7405E2; }
span { border-color: rgb(116,5,226); }
td.TdClassName
{
border-color: #7405E2;
}
.TagClassName
{
border-color: #7405E2;
}
</style>