Shades of Electric Indigo #7410FF
Tints of Electric Indigo #7410FF
RGB
CMYK
RGB Variations
Color information
#7410FF (or 0x7410FF) is known color: Electric Indigo. HEX triplet: 74, 10 and FF. RGB value is (116,16,255). Sum of RGB (Red+Green+Blue) = 116+16+255=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #7410FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7410FF is #8BEF00. Grayscale: #484848. Windows color (decimal): -9170689 or 16715892. OLE color: 16715892.
HSL color Cylindrical-coordinate representation of color #7410FF: hue angle of 265.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7410FF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 16 | 255 | - |
| CMYK | 0.55 | 0.94 | 0 | 0 |
| HSL | 265.1º | 1% | 0.53% | - |
| HSV(B) | 265.1º | 0.94% | 1% | - |
| XYZ | 25.44 | 11.3 | 95.45 | - |
| YUV | 73.15 | 230.63 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 255 | 0.55 | 0.94 | 0 | 0 | 265.1 | 1 | 0.53 |
| Hex | 74 | 10 | FF | 37 | 5E | 0 | 0 | 109 | 64 | 35 |
| Octal | 164 | 20 | 377 | 67 | 136 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110100 | 10000 | 11111111 | 110111 | 1011110 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7410FF
Complementary color
Monochromatic Colors of #7410FF
Black with #7410FF
Text Example
Text Example
White with #7410FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7410FF; }
p { color: rgb(116,16,255); }
H1.HeaderClassName
{
color: #7410FF;
}
.AnyTagClassName
{
color: #7410FF;
}
</style>
background-color css
<style>
a { background-color: #7410FF; }
a { background-color: rgb(116,16,255); }
div.DivClassName
{
background-color: #7410FF;
}
.BgClassName
{
background-color: #7410FF;
}
</style>
border-color css
<style>
span { border-color: #7410FF; }
span { border-color: rgb(116,16,255); }
td.TdClassName
{
border-color: #7410FF;
}
.TagClassName
{
border-color: #7410FF;
}
</style>