Shades of Electric Indigo #720CE0
Tints of Electric Indigo #720CE0
RGB
CMYK
RGB Variations
Color information
#720CE0 (or 0x720CE0) is known color: Electric Indigo. HEX triplet: 72, 0C and E0. RGB value is (114,12,224). Sum of RGB (Red+Green+Blue) = 114+12+224=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #720CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CE0 is #8DF31F. Grayscale: #414141. Windows color (decimal): -9302816 or 14683250. OLE color: 14683250.
HSL color Cylindrical-coordinate representation of color #720CE0: hue angle of 268.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CE0 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 12 | 224 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.12 |
| HSL | 268.87º | 0.9% | 0.46% | - |
| HSV(B) | 268.87º | 0.95% | 0.88% | - |
| XYZ | 20.53 | 9.22 | 71.22 | - |
| YUV | 66.67 | 216.79 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 224 | 0.49 | 0.95 | 0 | 0.12 | 268.87 | 0.9 | 0.46 |
| Hex | 72 | C | E0 | 31 | 5F | 0 | C | 10D | 5A | 2E |
| Octal | 162 | 14 | 340 | 61 | 137 | 0 | 14 | 415 | 132 | 56 |
| Binary | 1110010 | 1100 | 11100000 | 110001 | 1011111 | 0 | 1100 | 100001101 | 1011010 | 101110 |
Color Harmonies of #720CE0
Complementary color
Monochromatic Colors of #720CE0
Black with #720CE0
Text Example
Text Example
White with #720CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CE0; }
p { color: rgb(114,12,224); }
H1.HeaderClassName
{
color: #720CE0;
}
.AnyTagClassName
{
color: #720CE0;
}
</style>
background-color css
<style>
a { background-color: #720CE0; }
a { background-color: rgb(114,12,224); }
div.DivClassName
{
background-color: #720CE0;
}
.BgClassName
{
background-color: #720CE0;
}
</style>
border-color css
<style>
span { border-color: #720CE0; }
span { border-color: rgb(114,12,224); }
td.TdClassName
{
border-color: #720CE0;
}
.TagClassName
{
border-color: #720CE0;
}
</style>