Shades of Electric Indigo #7010F5
Tints of Electric Indigo #7010F5
RGB
CMYK
RGB Variations
Color information
#7010F5 (or 0x7010F5) is known color: Electric Indigo. HEX triplet: 70, 10 and F5. RGB value is (112,16,245). Sum of RGB (Red+Green+Blue) = 112+16+245=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #7010F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010F5 is #8FEF0A. Grayscale: #454545. Windows color (decimal): -9432843 or 16060528. OLE color: 16060528.
HSL color Cylindrical-coordinate representation of color #7010F5: hue angle of 265.15º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7010F5 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 16 | 245 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.04 |
| HSL | 265.15º | 0.92% | 0.51% | - |
| HSV(B) | 265.15º | 0.93% | 0.96% | - |
| XYZ | 23.35 | 10.41 | 87.16 | - |
| YUV | 70.81 | 226.3 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 245 | 0.54 | 0.93 | 0 | 0.04 | 265.15 | 0.92 | 0.51 |
| Hex | 70 | 10 | F5 | 36 | 5D | 0 | 4 | 109 | 5C | 33 |
| Octal | 160 | 20 | 365 | 66 | 135 | 0 | 4 | 411 | 134 | 63 |
| Binary | 1110000 | 10000 | 11110101 | 110110 | 1011101 | 0 | 100 | 100001001 | 1011100 | 110011 |
Color Harmonies of #7010F5
Complementary color
Monochromatic Colors of #7010F5
Black with #7010F5
Text Example
Text Example
White with #7010F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010F5; }
p { color: rgb(112,16,245); }
H1.HeaderClassName
{
color: #7010F5;
}
.AnyTagClassName
{
color: #7010F5;
}
</style>
background-color css
<style>
a { background-color: #7010F5; }
a { background-color: rgb(112,16,245); }
div.DivClassName
{
background-color: #7010F5;
}
.BgClassName
{
background-color: #7010F5;
}
</style>
border-color css
<style>
span { border-color: #7010F5; }
span { border-color: rgb(112,16,245); }
td.TdClassName
{
border-color: #7010F5;
}
.TagClassName
{
border-color: #7010F5;
}
</style>