Shades of Electric Indigo #720BFE
Tints of Electric Indigo #720BFE
RGB
CMYK
RGB Variations
Color information
#720BFE (or 0x720BFE) is known color: Electric Indigo. HEX triplet: 72, 0B and FE. RGB value is (114,11,254). Sum of RGB (Red+Green+Blue) = 114+11+254=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #720BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720BFE is #8DF401. Grayscale: #444444. Windows color (decimal): -9303042 or 16649074. OLE color: 16649074.
HSL color Cylindrical-coordinate representation of color #720BFE: hue angle of 265.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720BFE is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 11 | 254 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.00 |
| HSL | 265.43º | 0.99% | 0.52% | - |
| HSV(B) | 265.43º | 0.96% | 1% | - |
| XYZ | 24.95 | 10.97 | 94.57 | - |
| YUV | 69.5 | 232.12 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 254 | 0.55 | 0.96 | 0 | 0.00 | 265.43 | 0.99 | 0.52 |
| Hex | 72 | B | FE | 37 | 60 | 0 | 0 | 109 | 63 | 34 |
| Octal | 162 | 13 | 376 | 67 | 140 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110010 | 1011 | 11111110 | 110111 | 1100000 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #720BFE
Complementary color
Monochromatic Colors of #720BFE
Black with #720BFE
Text Example
Text Example
White with #720BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720BFE; }
p { color: rgb(114,11,254); }
H1.HeaderClassName
{
color: #720BFE;
}
.AnyTagClassName
{
color: #720BFE;
}
</style>
background-color css
<style>
a { background-color: #720BFE; }
a { background-color: rgb(114,11,254); }
div.DivClassName
{
background-color: #720BFE;
}
.BgClassName
{
background-color: #720BFE;
}
</style>
border-color css
<style>
span { border-color: #720BFE; }
span { border-color: rgb(114,11,254); }
td.TdClassName
{
border-color: #720BFE;
}
.TagClassName
{
border-color: #720BFE;
}
</style>