Shades of Electric Indigo #720FE4
Tints of Electric Indigo #720FE4
RGB
CMYK
RGB Variations
Color information
#720FE4 (or 0x720FE4) is known color: Electric Indigo. HEX triplet: 72, 0F and E4. RGB value is (114,15,228). Sum of RGB (Red+Green+Blue) = 114+15+228=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #720FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720FE4 is #8DF01B. Grayscale: #444444. Windows color (decimal): -9302044 or 14946162. OLE color: 14946162.
HSL color Cylindrical-coordinate representation of color #720FE4: hue angle of 267.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720FE4 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 15 | 228 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.11 |
| HSL | 267.89º | 0.88% | 0.48% | - |
| HSV(B) | 267.89º | 0.93% | 0.89% | - |
| XYZ | 21.11 | 9.52 | 74.12 | - |
| YUV | 68.88 | 217.8 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 228 | 0.50 | 0.93 | 0 | 0.11 | 267.89 | 0.88 | 0.48 |
| Hex | 72 | F | E4 | 32 | 5D | 0 | B | 10C | 58 | 30 |
| Octal | 162 | 17 | 344 | 62 | 135 | 0 | 13 | 414 | 130 | 60 |
| Binary | 1110010 | 1111 | 11100100 | 110010 | 1011101 | 0 | 1011 | 100001100 | 1011000 | 110000 |
Color Harmonies of #720FE4
Complementary color
Monochromatic Colors of #720FE4
Black with #720FE4
Text Example
Text Example
White with #720FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FE4; }
p { color: rgb(114,15,228); }
H1.HeaderClassName
{
color: #720FE4;
}
.AnyTagClassName
{
color: #720FE4;
}
</style>
background-color css
<style>
a { background-color: #720FE4; }
a { background-color: rgb(114,15,228); }
div.DivClassName
{
background-color: #720FE4;
}
.BgClassName
{
background-color: #720FE4;
}
</style>
border-color css
<style>
span { border-color: #720FE4; }
span { border-color: rgb(114,15,228); }
td.TdClassName
{
border-color: #720FE4;
}
.TagClassName
{
border-color: #720FE4;
}
</style>