Shades of Electric Indigo #7010F1
Tints of Electric Indigo #7010F1
RGB
CMYK
RGB Variations
Color information
#7010F1 (or 0x7010F1) is known color: Electric Indigo. HEX triplet: 70, 10 and F1. RGB value is (112,16,241). Sum of RGB (Red+Green+Blue) = 112+16+241=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #7010F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7010F1 is #8FEF0E. Grayscale: #454545. Windows color (decimal): -9432847 or 15798384. OLE color: 15798384.
HSL color Cylindrical-coordinate representation of color #7010F1: hue angle of 265.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7010F1 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 16 | 241 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.05 |
| HSL | 265.6º | 0.89% | 0.5% | - |
| HSV(B) | 265.6º | 0.93% | 0.95% | - |
| XYZ | 22.74 | 10.17 | 83.98 | - |
| YUV | 70.35 | 224.3 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 241 | 0.54 | 0.93 | 0 | 0.05 | 265.6 | 0.89 | 0.5 |
| Hex | 70 | 10 | F1 | 36 | 5D | 0 | 5 | 10A | 59 | 32 |
| Octal | 160 | 20 | 361 | 66 | 135 | 0 | 5 | 412 | 131 | 62 |
| Binary | 1110000 | 10000 | 11110001 | 110110 | 1011101 | 0 | 101 | 100001010 | 1011001 | 110010 |
Color Harmonies of #7010F1
Complementary color
Monochromatic Colors of #7010F1
Black with #7010F1
Text Example
Text Example
White with #7010F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7010F1; }
p { color: rgb(112,16,241); }
H1.HeaderClassName
{
color: #7010F1;
}
.AnyTagClassName
{
color: #7010F1;
}
</style>
background-color css
<style>
a { background-color: #7010F1; }
a { background-color: rgb(112,16,241); }
div.DivClassName
{
background-color: #7010F1;
}
.BgClassName
{
background-color: #7010F1;
}
</style>
border-color css
<style>
span { border-color: #7010F1; }
span { border-color: rgb(112,16,241); }
td.TdClassName
{
border-color: #7010F1;
}
.TagClassName
{
border-color: #7010F1;
}
</style>