Shades of Electric Indigo #720CFE
Tints of Electric Indigo #720CFE
RGB
CMYK
RGB Variations
Color information
#720CFE (or 0x720CFE) is known color: Electric Indigo. HEX triplet: 72, 0C and FE. RGB value is (114,12,254). Sum of RGB (Red+Green+Blue) = 114+12+254=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #720CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720CFE is #8DF301. Grayscale: #454545. Windows color (decimal): -9302786 or 16649330. OLE color: 16649330.
HSL color Cylindrical-coordinate representation of color #720CFE: hue angle of 265.29º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #720CFE is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 114 | 12 | 254 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.00 |
| HSL | 265.29º | 0.99% | 0.52% | - |
| HSV(B) | 265.29º | 0.95% | 1% | - |
| XYZ | 24.96 | 11 | 94.57 | - |
| YUV | 70.09 | 231.79 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 254 | 0.55 | 0.95 | 0 | 0.00 | 265.29 | 0.99 | 0.52 |
| Hex | 72 | C | FE | 37 | 5F | 0 | 0 | 109 | 63 | 34 |
| Octal | 162 | 14 | 376 | 67 | 137 | 0 | 0 | 411 | 143 | 64 |
| Binary | 1110010 | 1100 | 11111110 | 110111 | 1011111 | 0 | 0 | 100001001 | 1100011 | 110100 |
Color Harmonies of #720CFE
Complementary color
Monochromatic Colors of #720CFE
Black with #720CFE
Text Example
Text Example
White with #720CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720CFE; }
p { color: rgb(114,12,254); }
H1.HeaderClassName
{
color: #720CFE;
}
.AnyTagClassName
{
color: #720CFE;
}
</style>
background-color css
<style>
a { background-color: #720CFE; }
a { background-color: rgb(114,12,254); }
div.DivClassName
{
background-color: #720CFE;
}
.BgClassName
{
background-color: #720CFE;
}
</style>
border-color css
<style>
span { border-color: #720CFE; }
span { border-color: rgb(114,12,254); }
td.TdClassName
{
border-color: #720CFE;
}
.TagClassName
{
border-color: #720CFE;
}
</style>