Shades of Electric Indigo #7411FF
Tints of Electric Indigo #7411FF
RGB
CMYK
RGB Variations
Color information
#7411FF (or 0x7411FF) is known color: Electric Indigo. HEX triplet: 74, 11 and FF. RGB value is (116,17,255). Sum of RGB (Red+Green+Blue) = 116+17+255=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #7411FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7411FF is #8BEE00. Grayscale: #484848. Windows color (decimal): -9170433 or 16716148. OLE color: 16716148.
HSL color Cylindrical-coordinate representation of color #7411FF: hue angle of 264.96º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7411FF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 17 | 255 | - |
| CMYK | 0.55 | 0.93 | 0 | 0 |
| HSL | 264.96º | 1% | 0.53% | - |
| HSV(B) | 264.96º | 0.93% | 1% | - |
| XYZ | 25.45 | 11.33 | 95.45 | - |
| YUV | 73.73 | 230.3 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 255 | 0.55 | 0.93 | 0 | 0 | 264.96 | 1 | 0.53 |
| Hex | 74 | 11 | FF | 37 | 5D | 0 | 0 | 109 | 64 | 35 |
| Octal | 164 | 21 | 377 | 67 | 135 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110100 | 10001 | 11111111 | 110111 | 1011101 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #7411FF
Complementary color
Monochromatic Colors of #7411FF
Black with #7411FF
Text Example
Text Example
White with #7411FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7411FF; }
p { color: rgb(116,17,255); }
H1.HeaderClassName
{
color: #7411FF;
}
.AnyTagClassName
{
color: #7411FF;
}
</style>
background-color css
<style>
a { background-color: #7411FF; }
a { background-color: rgb(116,17,255); }
div.DivClassName
{
background-color: #7411FF;
}
.BgClassName
{
background-color: #7411FF;
}
</style>
border-color css
<style>
span { border-color: #7411FF; }
span { border-color: rgb(116,17,255); }
td.TdClassName
{
border-color: #7411FF;
}
.TagClassName
{
border-color: #7411FF;
}
</style>