Shades of Electric Indigo #720EF1
Tints of Electric Indigo #720EF1
RGB
CMYK
RGB Variations
Color information
#720EF1 (or 0x720EF1) is known color: Electric Indigo. HEX triplet: 72, 0E and F1. RGB value is (114,14,241). Sum of RGB (Red+Green+Blue) = 114+14+241=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 14 (5.86% from 255 or 3.79% 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 #720EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EF1 is #8DF10E. Grayscale: #444444. Windows color (decimal): -9302287 or 15797874. OLE color: 15797874.
HSL color Cylindrical-coordinate representation of color #720EF1: hue angle of 266.43º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EF1 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 14 | 241 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.05 |
| HSL | 266.43º | 0.89% | 0.5% | - |
| HSV(B) | 266.43º | 0.94% | 0.95% | - |
| XYZ | 22.97 | 10.24 | 83.99 | - |
| YUV | 69.78 | 224.63 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 241 | 0.53 | 0.94 | 0 | 0.05 | 266.43 | 0.89 | 0.5 |
| Hex | 72 | E | F1 | 35 | 5E | 0 | 5 | 10A | 59 | 32 |
| Octal | 162 | 16 | 361 | 65 | 136 | 0 | 5 | 412 | 131 | 62 |
| Binary | 1110010 | 1110 | 11110001 | 110101 | 1011110 | 0 | 101 | 100001010 | 1011001 | 110010 |
Color Harmonies of #720EF1
Complementary color
Monochromatic Colors of #720EF1
Black with #720EF1
Text Example
Text Example
White with #720EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EF1; }
p { color: rgb(114,14,241); }
H1.HeaderClassName
{
color: #720EF1;
}
.AnyTagClassName
{
color: #720EF1;
}
</style>
background-color css
<style>
a { background-color: #720EF1; }
a { background-color: rgb(114,14,241); }
div.DivClassName
{
background-color: #720EF1;
}
.BgClassName
{
background-color: #720EF1;
}
</style>
border-color css
<style>
span { border-color: #720EF1; }
span { border-color: rgb(114,14,241); }
td.TdClassName
{
border-color: #720EF1;
}
.TagClassName
{
border-color: #720EF1;
}
</style>