Shades of Electric Indigo #7019FE
Tints of Electric Indigo #7019FE
RGB
CMYK
RGB Variations
Color information
#7019FE (or 0x7019FE) is known color: Electric Indigo. HEX triplet: 70, 19 and FE. RGB value is (112,25,254). Sum of RGB (Red+Green+Blue) = 112+25+254=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #7019FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7019FE is #8FE601. Grayscale: #4C4C4C. Windows color (decimal): -9430530 or 16652656. OLE color: 16652656.
HSL color Cylindrical-coordinate representation of color #7019FE: hue angle of 262.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7019FE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 25 | 254 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.00 |
| HSL | 262.79º | 0.99% | 0.55% | - |
| HSV(B) | 262.79º | 0.9% | 1% | - |
| XYZ | 24.92 | 11.3 | 94.63 | - |
| YUV | 77.12 | 227.82 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 254 | 0.56 | 0.90 | 0 | 0.00 | 262.79 | 0.99 | 0.55 |
| Hex | 70 | 19 | FE | 38 | 5A | 0 | 0 | 107 | 63 | 37 |
| Octal | 160 | 31 | 376 | 70 | 132 | 0 | 0 | 407 | 143 | 67 |
| Binary | 1110000 | 11001 | 11111110 | 111000 | 1011010 | 0 | 0 | 100000111 | 1100011 | 110111 |
Color Harmonies of #7019FE
Complementary color
Monochromatic Colors of #7019FE
Black with #7019FE
Text Example
Text Example
White with #7019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019FE; }
p { color: rgb(112,25,254); }
H1.HeaderClassName
{
color: #7019FE;
}
.AnyTagClassName
{
color: #7019FE;
}
</style>
background-color css
<style>
a { background-color: #7019FE; }
a { background-color: rgb(112,25,254); }
div.DivClassName
{
background-color: #7019FE;
}
.BgClassName
{
background-color: #7019FE;
}
</style>
border-color css
<style>
span { border-color: #7019FE; }
span { border-color: rgb(112,25,254); }
td.TdClassName
{
border-color: #7019FE;
}
.TagClassName
{
border-color: #7019FE;
}
</style>