Shades of Electric Indigo #720ADD
Tints of Electric Indigo #720ADD
RGB
CMYK
RGB Variations
Color information
#720ADD (or 0x720ADD) is known color: Electric Indigo. HEX triplet: 72, 0A and DD. RGB value is (114,10,221). Sum of RGB (Red+Green+Blue) = 114+10+221=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #720ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ADD is #8DF522. Grayscale: #404040. Windows color (decimal): -9303331 or 14486130. OLE color: 14486130.
HSL color Cylindrical-coordinate representation of color #720ADD: hue angle of 269.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ADD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 10 | 221 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.13 |
| HSL | 269.57º | 0.91% | 0.45% | - |
| HSV(B) | 269.57º | 0.95% | 0.87% | - |
| XYZ | 20.1 | 9.01 | 69.09 | - |
| YUV | 65.15 | 215.96 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 221 | 0.48 | 0.95 | 0 | 0.13 | 269.57 | 0.91 | 0.45 |
| Hex | 72 | A | DD | 30 | 5F | 0 | D | 10E | 5B | 2D |
| Octal | 162 | 12 | 335 | 60 | 137 | 0 | 15 | 416 | 133 | 55 |
| Binary | 1110010 | 1010 | 11011101 | 110000 | 1011111 | 0 | 1101 | 100001110 | 1011011 | 101101 |
Color Harmonies of #720ADD
Complementary color
Monochromatic Colors of #720ADD
Black with #720ADD
Text Example
Text Example
White with #720ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720ADD; }
p { color: rgb(114,10,221); }
H1.HeaderClassName
{
color: #720ADD;
}
.AnyTagClassName
{
color: #720ADD;
}
</style>
background-color css
<style>
a { background-color: #720ADD; }
a { background-color: rgb(114,10,221); }
div.DivClassName
{
background-color: #720ADD;
}
.BgClassName
{
background-color: #720ADD;
}
</style>
border-color css
<style>
span { border-color: #720ADD; }
span { border-color: rgb(114,10,221); }
td.TdClassName
{
border-color: #720ADD;
}
.TagClassName
{
border-color: #720ADD;
}
</style>