Shades of Electric Indigo #7010F0
Tints of Electric Indigo #7010F0
RGB
CMYK
RGB Variations
Color information
#7010F0 (or 0x7010F0) is known color: Electric Indigo. HEX triplet: 70, 10 and F0. RGB value is (112,16,240). Sum of RGB (Red+Green+Blue) = 112+16+240=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #7010F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010F0 is #8FEF0F. Grayscale: #454545. Windows color (decimal): -9432848 or 15732848. OLE color: 15732848.
HSL color Cylindrical-coordinate representation of color #7010F0: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7010F0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 16 | 240 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.06 |
| HSL | 265.71º | 0.88% | 0.5% | - |
| HSV(B) | 265.71º | 0.93% | 0.94% | - |
| XYZ | 22.6 | 10.11 | 83.2 | - |
| YUV | 70.24 | 223.8 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 240 | 0.53 | 0.93 | 0 | 0.06 | 265.71 | 0.88 | 0.5 |
| Hex | 70 | 10 | F0 | 35 | 5D | 0 | 6 | 10A | 58 | 32 |
| Octal | 160 | 20 | 360 | 65 | 135 | 0 | 6 | 412 | 130 | 62 |
| Binary | 1110000 | 10000 | 11110000 | 110101 | 1011101 | 0 | 110 | 100001010 | 1011000 | 110010 |
Color Harmonies of #7010F0
Complementary color
Monochromatic Colors of #7010F0
Black with #7010F0
Text Example
Text Example
White with #7010F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010F0; }
p { color: rgb(112,16,240); }
H1.HeaderClassName
{
color: #7010F0;
}
.AnyTagClassName
{
color: #7010F0;
}
</style>
background-color css
<style>
a { background-color: #7010F0; }
a { background-color: rgb(112,16,240); }
div.DivClassName
{
background-color: #7010F0;
}
.BgClassName
{
background-color: #7010F0;
}
</style>
border-color css
<style>
span { border-color: #7010F0; }
span { border-color: rgb(112,16,240); }
td.TdClassName
{
border-color: #7010F0;
}
.TagClassName
{
border-color: #7010F0;
}
</style>