Shades of Electric Indigo #720CF0
Tints of Electric Indigo #720CF0
RGB
CMYK
RGB Variations
Color information
#720CF0 (or 0x720CF0) is known color: Electric Indigo. HEX triplet: 72, 0C and F0. RGB value is (114,12,240). Sum of RGB (Red+Green+Blue) = 114+12+240=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #720CF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CF0 is #8DF30F. Grayscale: #434343. Windows color (decimal): -9302800 or 15731826. OLE color: 15731826.
HSL color Cylindrical-coordinate representation of color #720CF0: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CF0 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 12 | 240 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.06 |
| HSL | 266.84º | 0.9% | 0.49% | - |
| HSV(B) | 266.84º | 0.95% | 0.94% | - |
| XYZ | 22.8 | 10.13 | 83.19 | - |
| YUV | 68.49 | 224.79 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 240 | 0.52 | 0.95 | 0 | 0.06 | 266.84 | 0.9 | 0.49 |
| Hex | 72 | C | F0 | 34 | 5F | 0 | 6 | 10B | 5A | 31 |
| Octal | 162 | 14 | 360 | 64 | 137 | 0 | 6 | 413 | 132 | 61 |
| Binary | 1110010 | 1100 | 11110000 | 110100 | 1011111 | 0 | 110 | 100001011 | 1011010 | 110001 |
Color Harmonies of #720CF0
Complementary color
Monochromatic Colors of #720CF0
Black with #720CF0
Text Example
Text Example
White with #720CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CF0; }
p { color: rgb(114,12,240); }
H1.HeaderClassName
{
color: #720CF0;
}
.AnyTagClassName
{
color: #720CF0;
}
</style>
background-color css
<style>
a { background-color: #720CF0; }
a { background-color: rgb(114,12,240); }
div.DivClassName
{
background-color: #720CF0;
}
.BgClassName
{
background-color: #720CF0;
}
</style>
border-color css
<style>
span { border-color: #720CF0; }
span { border-color: rgb(114,12,240); }
td.TdClassName
{
border-color: #720CF0;
}
.TagClassName
{
border-color: #720CF0;
}
</style>