Shades of Electric Indigo #720EFB
Tints of Electric Indigo #720EFB
RGB
CMYK
RGB Variations
Color information
#720EFB (or 0x720EFB) is known color: Electric Indigo. HEX triplet: 72, 0E and FB. RGB value is (114,14,251). Sum of RGB (Red+Green+Blue) = 114+14+251=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #720EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720EFB is #8DF104. Grayscale: #464646. Windows color (decimal): -9302277 or 16453234. OLE color: 16453234.
HSL color Cylindrical-coordinate representation of color #720EFB: hue angle of 265.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720EFB is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 14 | 251 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.02 |
| HSL | 265.32º | 0.97% | 0.52% | - |
| HSV(B) | 265.32º | 0.94% | 0.98% | - |
| XYZ | 24.51 | 10.86 | 92.07 | - |
| YUV | 70.92 | 229.63 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 251 | 0.55 | 0.94 | 0 | 0.02 | 265.32 | 0.97 | 0.52 |
| Hex | 72 | E | FB | 37 | 5E | 0 | 2 | 109 | 61 | 34 |
| Octal | 162 | 16 | 373 | 67 | 136 | 0 | 2 | 411 | 141 | 64 |
| Binary | 1110010 | 1110 | 11111011 | 110111 | 1011110 | 0 | 10 | 100001001 | 1100001 | 110100 |
Color Harmonies of #720EFB
Complementary color
Monochromatic Colors of #720EFB
Black with #720EFB
Text Example
Text Example
White with #720EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EFB; }
p { color: rgb(114,14,251); }
H1.HeaderClassName
{
color: #720EFB;
}
.AnyTagClassName
{
color: #720EFB;
}
</style>
background-color css
<style>
a { background-color: #720EFB; }
a { background-color: rgb(114,14,251); }
div.DivClassName
{
background-color: #720EFB;
}
.BgClassName
{
background-color: #720EFB;
}
</style>
border-color css
<style>
span { border-color: #720EFB; }
span { border-color: rgb(114,14,251); }
td.TdClassName
{
border-color: #720EFB;
}
.TagClassName
{
border-color: #720EFB;
}
</style>