Shades of Electric Indigo #7010FE
Tints of Electric Indigo #7010FE
RGB
CMYK
RGB Variations
Color information
#7010FE (or 0x7010FE) is known color: Electric Indigo. HEX triplet: 70, 10 and FE. RGB value is (112,16,254). Sum of RGB (Red+Green+Blue) = 112+16+254=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #7010FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010FE is #8FEF01. Grayscale: #464646. Windows color (decimal): -9432834 or 16650352. OLE color: 16650352.
HSL color Cylindrical-coordinate representation of color #7010FE: hue angle of 264.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7010FE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 16 | 254 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.00 |
| HSL | 264.2º | 0.99% | 0.53% | - |
| HSV(B) | 264.2º | 0.94% | 1% | - |
| XYZ | 24.76 | 10.97 | 94.58 | - |
| YUV | 71.84 | 230.8 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 254 | 0.56 | 0.94 | 0 | 0.00 | 264.2 | 0.99 | 0.53 |
| Hex | 70 | 10 | FE | 38 | 5E | 0 | 0 | 108 | 63 | 35 |
| Octal | 160 | 20 | 376 | 70 | 136 | 0 | 0 | 410 | 143 | 65 |
| Binary | 1110000 | 10000 | 11111110 | 111000 | 1011110 | 0 | 0 | 100001000 | 1100011 | 110101 |
Color Harmonies of #7010FE
Complementary color
Monochromatic Colors of #7010FE
Black with #7010FE
Text Example
Text Example
White with #7010FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010FE; }
p { color: rgb(112,16,254); }
H1.HeaderClassName
{
color: #7010FE;
}
.AnyTagClassName
{
color: #7010FE;
}
</style>
background-color css
<style>
a { background-color: #7010FE; }
a { background-color: rgb(112,16,254); }
div.DivClassName
{
background-color: #7010FE;
}
.BgClassName
{
background-color: #7010FE;
}
</style>
border-color css
<style>
span { border-color: #7010FE; }
span { border-color: rgb(112,16,254); }
td.TdClassName
{
border-color: #7010FE;
}
.TagClassName
{
border-color: #7010FE;
}
</style>