Shades of Electric Indigo #7402ED
Tints of Electric Indigo #7402ED
RGB
CMYK
RGB Variations
Color information
#7402ED (or 0x7402ED) is known color: Electric Indigo. HEX triplet: 74, 02 and ED. RGB value is (116,2,237). Sum of RGB (Red+Green+Blue) = 116+2+237=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #7402ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7402ED is #8BFD12. Grayscale: #3E3E3E. Windows color (decimal): -9174291 or 15532660. OLE color: 15532660.
HSL color Cylindrical-coordinate representation of color #7402ED: hue angle of 269.11º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7402ED is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 2 | 237 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.07 |
| HSL | 269.11º | 0.98% | 0.47% | - |
| HSV(B) | 269.11º | 0.99% | 0.93% | - |
| XYZ | 22.51 | 9.87 | 80.84 | - |
| YUV | 62.88 | 226.27 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 237 | 0.51 | 0.99 | 0 | 0.07 | 269.11 | 0.98 | 0.47 |
| Hex | 74 | 2 | ED | 33 | 63 | 0 | 7 | 10D | 62 | 2F |
| Octal | 164 | 2 | 355 | 63 | 143 | 0 | 7 | 415 | 142 | 57 |
| Binary | 1110100 | 10 | 11101101 | 110011 | 1100011 | 0 | 111 | 100001101 | 1100010 | 101111 |
Color Harmonies of #7402ED
Complementary color
Monochromatic Colors of #7402ED
Black with #7402ED
Text Example
Text Example
White with #7402ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7402ED; }
p { color: rgb(116,2,237); }
H1.HeaderClassName
{
color: #7402ED;
}
.AnyTagClassName
{
color: #7402ED;
}
</style>
background-color css
<style>
a { background-color: #7402ED; }
a { background-color: rgb(116,2,237); }
div.DivClassName
{
background-color: #7402ED;
}
.BgClassName
{
background-color: #7402ED;
}
</style>
border-color css
<style>
span { border-color: #7402ED; }
span { border-color: rgb(116,2,237); }
td.TdClassName
{
border-color: #7402ED;
}
.TagClassName
{
border-color: #7402ED;
}
</style>