Shades of Electric Indigo #7410EF
Tints of Electric Indigo #7410EF
RGB
CMYK
RGB Variations
Color information
#7410EF (or 0x7410EF) is known color: Electric Indigo. HEX triplet: 74, 10 and EF. RGB value is (116,16,239). Sum of RGB (Red+Green+Blue) = 116+16+239=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #7410EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7410EF is #8BEF10. Grayscale: #464646. Windows color (decimal): -9170705 or 15667316. OLE color: 15667316.
HSL color Cylindrical-coordinate representation of color #7410EF: hue angle of 266.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7410EF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 16 | 239 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.06 |
| HSL | 266.91º | 0.87% | 0.5% | - |
| HSV(B) | 266.91º | 0.93% | 0.94% | - |
| XYZ | 22.97 | 10.32 | 82.44 | - |
| YUV | 71.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 239 | 0.51 | 0.93 | 0 | 0.06 | 266.91 | 0.87 | 0.5 |
| Hex | 74 | 10 | EF | 33 | 5D | 0 | 6 | 10B | 57 | 32 |
| Octal | 164 | 20 | 357 | 63 | 135 | 0 | 6 | 413 | 127 | 62 |
| Binary | 1110100 | 10000 | 11101111 | 110011 | 1011101 | 0 | 110 | 100001011 | 1010111 | 110010 |
Color Harmonies of #7410EF
Complementary color
Monochromatic Colors of #7410EF
Black with #7410EF
Text Example
Text Example
White with #7410EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7410EF; }
p { color: rgb(116,16,239); }
H1.HeaderClassName
{
color: #7410EF;
}
.AnyTagClassName
{
color: #7410EF;
}
</style>
background-color css
<style>
a { background-color: #7410EF; }
a { background-color: rgb(116,16,239); }
div.DivClassName
{
background-color: #7410EF;
}
.BgClassName
{
background-color: #7410EF;
}
</style>
border-color css
<style>
span { border-color: #7410EF; }
span { border-color: rgb(116,16,239); }
td.TdClassName
{
border-color: #7410EF;
}
.TagClassName
{
border-color: #7410EF;
}
</style>