Shades of Electric Indigo #7010FA
Tints of Electric Indigo #7010FA
RGB
CMYK
RGB Variations
Color information
#7010FA (or 0x7010FA) is known color: Electric Indigo. HEX triplet: 70, 10 and FA. RGB value is (112,16,250). Sum of RGB (Red+Green+Blue) = 112+16+250=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #7010FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010FA is #8FEF05. Grayscale: #464646. Windows color (decimal): -9432838 or 16388208. OLE color: 16388208.
HSL color Cylindrical-coordinate representation of color #7010FA: hue angle of 264.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7010FA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 16 | 250 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.02 |
| HSL | 264.62º | 0.96% | 0.52% | - |
| HSV(B) | 264.62º | 0.94% | 0.98% | - |
| XYZ | 24.12 | 10.72 | 91.24 | - |
| YUV | 71.38 | 228.8 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 250 | 0.55 | 0.94 | 0 | 0.02 | 264.62 | 0.96 | 0.52 |
| Hex | 70 | 10 | FA | 37 | 5E | 0 | 2 | 109 | 60 | 34 |
| Octal | 160 | 20 | 372 | 67 | 136 | 0 | 2 | 411 | 140 | 64 |
| Binary | 1110000 | 10000 | 11111010 | 110111 | 1011110 | 0 | 10 | 100001001 | 1100000 | 110100 |
Color Harmonies of #7010FA
Complementary color
Monochromatic Colors of #7010FA
Black with #7010FA
Text Example
Text Example
White with #7010FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010FA; }
p { color: rgb(112,16,250); }
H1.HeaderClassName
{
color: #7010FA;
}
.AnyTagClassName
{
color: #7010FA;
}
</style>
background-color css
<style>
a { background-color: #7010FA; }
a { background-color: rgb(112,16,250); }
div.DivClassName
{
background-color: #7010FA;
}
.BgClassName
{
background-color: #7010FA;
}
</style>
border-color css
<style>
span { border-color: #7010FA; }
span { border-color: rgb(112,16,250); }
td.TdClassName
{
border-color: #7010FA;
}
.TagClassName
{
border-color: #7010FA;
}
</style>