Shades of Electric Indigo #7412FE
Tints of Electric Indigo #7412FE
RGB
CMYK
RGB Variations
Color information
#7412FE (or 0x7412FE) is known color: Electric Indigo. HEX triplet: 74, 12 and FE. RGB value is (116,18,254). Sum of RGB (Red+Green+Blue) = 116+18+254=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7412FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7412FE is #8BED01. Grayscale: #494949. Windows color (decimal): -9170178 or 16650868. OLE color: 16650868.
HSL color Cylindrical-coordinate representation of color #7412FE: hue angle of 264.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7412FE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 18 | 254 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.00 |
| HSL | 264.92º | 0.99% | 0.53% | - |
| HSV(B) | 264.92º | 0.93% | 1% | - |
| XYZ | 25.31 | 11.3 | 94.61 | - |
| YUV | 74.21 | 229.47 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 254 | 0.54 | 0.93 | 0 | 0.00 | 264.92 | 0.99 | 0.53 |
| Hex | 74 | 12 | FE | 36 | 5D | 0 | 0 | 109 | 63 | 35 |
| Octal | 164 | 22 | 376 | 66 | 135 | 0 | 0 | 411 | 143 | 65 |
| Binary | 1110100 | 10010 | 11111110 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110101 |
Color Harmonies of #7412FE
Complementary color
Monochromatic Colors of #7412FE
Black with #7412FE
Text Example
Text Example
White with #7412FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7412FE; }
p { color: rgb(116,18,254); }
H1.HeaderClassName
{
color: #7412FE;
}
.AnyTagClassName
{
color: #7412FE;
}
</style>
background-color css
<style>
a { background-color: #7412FE; }
a { background-color: rgb(116,18,254); }
div.DivClassName
{
background-color: #7412FE;
}
.BgClassName
{
background-color: #7412FE;
}
</style>
border-color css
<style>
span { border-color: #7412FE; }
span { border-color: rgb(116,18,254); }
td.TdClassName
{
border-color: #7412FE;
}
.TagClassName
{
border-color: #7412FE;
}
</style>