Shades of Electric Indigo #7411F1
Tints of Electric Indigo #7411F1
RGB
CMYK
RGB Variations
Color information
#7411F1 (or 0x7411F1) is known color: Electric Indigo. HEX triplet: 74, 11 and F1. RGB value is (116,17,241). Sum of RGB (Red+Green+Blue) = 116+17+241=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 241 (94.53% from 255 or 64.44% from 374); Max value from RGB is 241 - color contains mainly: blue. Hex color #7411F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7411F1 is #8BEE0E. Grayscale: #474747. Windows color (decimal): -9170447 or 15798644. OLE color: 15798644.
HSL color Cylindrical-coordinate representation of color #7411F1: hue angle of 266.52º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7411F1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 17 | 241 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.05 |
| HSL | 266.52º | 0.89% | 0.51% | - |
| HSV(B) | 266.52º | 0.93% | 0.95% | - |
| XYZ | 23.28 | 10.46 | 84.01 | - |
| YUV | 72.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 241 | 0.52 | 0.93 | 0 | 0.05 | 266.52 | 0.89 | 0.51 |
| Hex | 74 | 11 | F1 | 34 | 5D | 0 | 5 | 10B | 59 | 33 |
| Octal | 164 | 21 | 361 | 64 | 135 | 0 | 5 | 413 | 131 | 63 |
| Binary | 1110100 | 10001 | 11110001 | 110100 | 1011101 | 0 | 101 | 100001011 | 1011001 | 110011 |
Color Harmonies of #7411F1
Complementary color
Monochromatic Colors of #7411F1
Black with #7411F1
Text Example
Text Example
White with #7411F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7411F1; }
p { color: rgb(116,17,241); }
H1.HeaderClassName
{
color: #7411F1;
}
.AnyTagClassName
{
color: #7411F1;
}
</style>
background-color css
<style>
a { background-color: #7411F1; }
a { background-color: rgb(116,17,241); }
div.DivClassName
{
background-color: #7411F1;
}
.BgClassName
{
background-color: #7411F1;
}
</style>
border-color css
<style>
span { border-color: #7411F1; }
span { border-color: rgb(116,17,241); }
td.TdClassName
{
border-color: #7411F1;
}
.TagClassName
{
border-color: #7411F1;
}
</style>