Shades of Electric Indigo #7210EC
Tints of Electric Indigo #7210EC
RGB
CMYK
RGB Variations
Color information
#7210EC (or 0x7210EC) is known color: Electric Indigo. HEX triplet: 72, 10 and EC. RGB value is (114,16,236). Sum of RGB (Red+Green+Blue) = 114+16+236=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #7210EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7210EC is #8DEF13. Grayscale: #454545. Windows color (decimal): -9301780 or 15470706. OLE color: 15470706.
HSL color Cylindrical-coordinate representation of color #7210EC: hue angle of 266.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7210EC is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 16 | 236 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.07 |
| HSL | 266.73º | 0.87% | 0.49% | - |
| HSV(B) | 266.73º | 0.93% | 0.93% | - |
| XYZ | 22.27 | 10 | 80.11 | - |
| YUV | 70.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 236 | 0.52 | 0.93 | 0 | 0.07 | 266.73 | 0.87 | 0.49 |
| Hex | 72 | 10 | EC | 34 | 5D | 0 | 7 | 10B | 57 | 31 |
| Octal | 162 | 20 | 354 | 64 | 135 | 0 | 7 | 413 | 127 | 61 |
| Binary | 1110010 | 10000 | 11101100 | 110100 | 1011101 | 0 | 111 | 100001011 | 1010111 | 110001 |
Color Harmonies of #7210EC
Complementary color
Monochromatic Colors of #7210EC
Black with #7210EC
Text Example
Text Example
White with #7210EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210EC; }
p { color: rgb(114,16,236); }
H1.HeaderClassName
{
color: #7210EC;
}
.AnyTagClassName
{
color: #7210EC;
}
</style>
background-color css
<style>
a { background-color: #7210EC; }
a { background-color: rgb(114,16,236); }
div.DivClassName
{
background-color: #7210EC;
}
.BgClassName
{
background-color: #7210EC;
}
</style>
border-color css
<style>
span { border-color: #7210EC; }
span { border-color: rgb(114,16,236); }
td.TdClassName
{
border-color: #7210EC;
}
.TagClassName
{
border-color: #7210EC;
}
</style>