Shades of Electric Indigo #720DDF
Tints of Electric Indigo #720DDF
RGB
CMYK
RGB Variations
Color information
#720DDF (or 0x720DDF) is known color: Electric Indigo. HEX triplet: 72, 0D and DF. RGB value is (114,13,223). Sum of RGB (Red+Green+Blue) = 114+13+223=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #720DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720DDF is #8DF220. Grayscale: #424242. Windows color (decimal): -9302561 or 14617970. OLE color: 14617970.
HSL color Cylindrical-coordinate representation of color #720DDF: hue angle of 268.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720DDF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 13 | 223 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.13 |
| HSL | 268.86º | 0.89% | 0.46% | - |
| HSV(B) | 268.86º | 0.94% | 0.87% | - |
| XYZ | 20.4 | 9.19 | 70.51 | - |
| YUV | 67.14 | 215.96 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 13 | 223 | 0.49 | 0.94 | 0 | 0.13 | 268.86 | 0.89 | 0.46 |
| Hex | 72 | D | DF | 31 | 5E | 0 | D | 10D | 59 | 2E |
| Octal | 162 | 15 | 337 | 61 | 136 | 0 | 15 | 415 | 131 | 56 |
| Binary | 1110010 | 1101 | 11011111 | 110001 | 1011110 | 0 | 1101 | 100001101 | 1011001 | 101110 |
Color Harmonies of #720DDF
Complementary color
Monochromatic Colors of #720DDF
Black with #720DDF
Text Example
Text Example
White with #720DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720DDF; }
p { color: rgb(114,13,223); }
H1.HeaderClassName
{
color: #720DDF;
}
.AnyTagClassName
{
color: #720DDF;
}
</style>
background-color css
<style>
a { background-color: #720DDF; }
a { background-color: rgb(114,13,223); }
div.DivClassName
{
background-color: #720DDF;
}
.BgClassName
{
background-color: #720DDF;
}
</style>
border-color css
<style>
span { border-color: #720DDF; }
span { border-color: rgb(114,13,223); }
td.TdClassName
{
border-color: #720DDF;
}
.TagClassName
{
border-color: #720DDF;
}
</style>