Shades of Electric Indigo #7406FE
Tints of Electric Indigo #7406FE
RGB
CMYK
RGB Variations
Color information
#7406FE (or 0x7406FE) is known color: Electric Indigo. HEX triplet: 74, 06 and FE. RGB value is (116,6,254). Sum of RGB (Red+Green+Blue) = 116+6+254=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #7406FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7406FE is #8BF901. Grayscale: #424242. Windows color (decimal): -9173250 or 16647796. OLE color: 16647796.
HSL color Cylindrical-coordinate representation of color #7406FE: hue angle of 266.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7406FE is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 6 | 254 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.00 |
| HSL | 266.61º | 0.99% | 0.51% | - |
| HSV(B) | 266.61º | 0.98% | 1% | - |
| XYZ | 25.16 | 11 | 94.56 | - |
| YUV | 67.16 | 233.44 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 254 | 0.54 | 0.98 | 0 | 0.00 | 266.61 | 0.99 | 0.51 |
| Hex | 74 | 6 | FE | 36 | 62 | 0 | 0 | 10B | 63 | 33 |
| Octal | 164 | 6 | 376 | 66 | 142 | 0 | 0 | 413 | 143 | 63 |
| Binary | 1110100 | 110 | 11111110 | 110110 | 1100010 | 0 | 0 | 100001011 | 1100011 | 110011 |
Color Harmonies of #7406FE
Complementary color
Monochromatic Colors of #7406FE
Black with #7406FE
Text Example
Text Example
White with #7406FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7406FE; }
p { color: rgb(116,6,254); }
H1.HeaderClassName
{
color: #7406FE;
}
.AnyTagClassName
{
color: #7406FE;
}
</style>
background-color css
<style>
a { background-color: #7406FE; }
a { background-color: rgb(116,6,254); }
div.DivClassName
{
background-color: #7406FE;
}
.BgClassName
{
background-color: #7406FE;
}
</style>
border-color css
<style>
span { border-color: #7406FE; }
span { border-color: rgb(116,6,254); }
td.TdClassName
{
border-color: #7406FE;
}
.TagClassName
{
border-color: #7406FE;
}
</style>