Shades of Electric Indigo #720ADB
Tints of Electric Indigo #720ADB
RGB
CMYK
RGB Variations
Color information
#720ADB (or 0x720ADB) is known color: Electric Indigo. HEX triplet: 72, 0A and DB. RGB value is (114,10,219). Sum of RGB (Red+Green+Blue) = 114+10+219=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #720ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ADB is #8DF524. Grayscale: #404040. Windows color (decimal): -9303333 or 14355058. OLE color: 14355058.
HSL color Cylindrical-coordinate representation of color #720ADB: hue angle of 269.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720ADB is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 10 | 219 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.14 |
| HSL | 269.86º | 0.91% | 0.45% | - |
| HSV(B) | 269.86º | 0.95% | 0.86% | - |
| XYZ | 19.83 | 8.91 | 67.69 | - |
| YUV | 64.92 | 214.96 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 219 | 0.48 | 0.95 | 0 | 0.14 | 269.86 | 0.91 | 0.45 |
| Hex | 72 | A | DB | 30 | 5F | 0 | E | 10E | 5B | 2D |
| Octal | 162 | 12 | 333 | 60 | 137 | 0 | 16 | 416 | 133 | 55 |
| Binary | 1110010 | 1010 | 11011011 | 110000 | 1011111 | 0 | 1110 | 100001110 | 1011011 | 101101 |
Color Harmonies of #720ADB
Complementary color
Monochromatic Colors of #720ADB
Black with #720ADB
Text Example
Text Example
White with #720ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720ADB; }
p { color: rgb(114,10,219); }
H1.HeaderClassName
{
color: #720ADB;
}
.AnyTagClassName
{
color: #720ADB;
}
</style>
background-color css
<style>
a { background-color: #720ADB; }
a { background-color: rgb(114,10,219); }
div.DivClassName
{
background-color: #720ADB;
}
.BgClassName
{
background-color: #720ADB;
}
</style>
border-color css
<style>
span { border-color: #720ADB; }
span { border-color: rgb(114,10,219); }
td.TdClassName
{
border-color: #720ADB;
}
.TagClassName
{
border-color: #720ADB;
}
</style>