Shades of Electric Indigo #720CDD
Tints of Electric Indigo #720CDD
RGB
CMYK
RGB Variations
Color information
#720CDD (or 0x720CDD) is known color: Electric Indigo. HEX triplet: 72, 0C and DD. RGB value is (114,12,221). Sum of RGB (Red+Green+Blue) = 114+12+221=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #720CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720CDD is #8DF322. Grayscale: #414141. Windows color (decimal): -9302819 or 14486642. OLE color: 14486642.
HSL color Cylindrical-coordinate representation of color #720CDD: hue angle of 269.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CDD is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 12 | 221 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.13 |
| HSL | 269.28º | 0.9% | 0.46% | - |
| HSV(B) | 269.28º | 0.95% | 0.87% | - |
| XYZ | 20.12 | 9.06 | 69.09 | - |
| YUV | 66.32 | 215.29 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 221 | 0.48 | 0.95 | 0 | 0.13 | 269.28 | 0.9 | 0.46 |
| Hex | 72 | C | DD | 30 | 5F | 0 | D | 10D | 5A | 2E |
| Octal | 162 | 14 | 335 | 60 | 137 | 0 | 15 | 415 | 132 | 56 |
| Binary | 1110010 | 1100 | 11011101 | 110000 | 1011111 | 0 | 1101 | 100001101 | 1011010 | 101110 |
Color Harmonies of #720CDD
Complementary color
Monochromatic Colors of #720CDD
Black with #720CDD
Text Example
Text Example
White with #720CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CDD; }
p { color: rgb(114,12,221); }
H1.HeaderClassName
{
color: #720CDD;
}
.AnyTagClassName
{
color: #720CDD;
}
</style>
background-color css
<style>
a { background-color: #720CDD; }
a { background-color: rgb(114,12,221); }
div.DivClassName
{
background-color: #720CDD;
}
.BgClassName
{
background-color: #720CDD;
}
</style>
border-color css
<style>
span { border-color: #720CDD; }
span { border-color: rgb(114,12,221); }
td.TdClassName
{
border-color: #720CDD;
}
.TagClassName
{
border-color: #720CDD;
}
</style>