Shades of Electric Indigo #720CE8
Tints of Electric Indigo #720CE8
RGB
CMYK
RGB Variations
Color information
#720CE8 (or 0x720CE8) is known color: Electric Indigo. HEX triplet: 72, 0C and E8. RGB value is (114,12,232). Sum of RGB (Red+Green+Blue) = 114+12+232=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #720CE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CE8 is #8DF317. Grayscale: #424242. Windows color (decimal): -9302808 or 15207538. OLE color: 15207538.
HSL color Cylindrical-coordinate representation of color #720CE8: hue angle of 267.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CE8 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 12 | 232 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.09 |
| HSL | 267.82º | 0.9% | 0.48% | - |
| HSV(B) | 267.82º | 0.95% | 0.91% | - |
| XYZ | 21.64 | 9.67 | 77.07 | - |
| YUV | 67.58 | 220.79 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 232 | 0.51 | 0.95 | 0 | 0.09 | 267.82 | 0.9 | 0.48 |
| Hex | 72 | C | E8 | 33 | 5F | 0 | 9 | 10C | 5A | 30 |
| Octal | 162 | 14 | 350 | 63 | 137 | 0 | 11 | 414 | 132 | 60 |
| Binary | 1110010 | 1100 | 11101000 | 110011 | 1011111 | 0 | 1001 | 100001100 | 1011010 | 110000 |
Color Harmonies of #720CE8
Complementary color
Monochromatic Colors of #720CE8
Black with #720CE8
Text Example
Text Example
White with #720CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CE8; }
p { color: rgb(114,12,232); }
H1.HeaderClassName
{
color: #720CE8;
}
.AnyTagClassName
{
color: #720CE8;
}
</style>
background-color css
<style>
a { background-color: #720CE8; }
a { background-color: rgb(114,12,232); }
div.DivClassName
{
background-color: #720CE8;
}
.BgClassName
{
background-color: #720CE8;
}
</style>
border-color css
<style>
span { border-color: #720CE8; }
span { border-color: rgb(114,12,232); }
td.TdClassName
{
border-color: #720CE8;
}
.TagClassName
{
border-color: #720CE8;
}
</style>