Shades of Electric Indigo #720FFF
Tints of Electric Indigo #720FFF
RGB
CMYK
RGB Variations
Color information
#720FFF (or 0x720FFF) is known color: Electric Indigo. HEX triplet: 72, 0F and FF. RGB value is (114,15,255). Sum of RGB (Red+Green+Blue) = 114+15+255=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #720FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720FFF is #8DF000. Grayscale: #474747. Windows color (decimal): -9302017 or 16715634. OLE color: 16715634.
HSL color Cylindrical-coordinate representation of color #720FFF: hue angle of 264.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720FFF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 15 | 255 | - |
| CMYK | 0.55 | 0.94 | 0 | 0 |
| HSL | 264.75º | 1% | 0.53% | - |
| HSV(B) | 264.75º | 0.94% | 1% | - |
| XYZ | 25.16 | 11.14 | 95.43 | - |
| YUV | 71.96 | 231.3 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 255 | 0.55 | 0.94 | 0 | 0 | 264.75 | 1 | 0.53 |
| Hex | 72 | F | FF | 37 | 5E | 0 | 0 | 109 | 64 | 35 |
| Octal | 162 | 17 | 377 | 67 | 136 | 0 | 0 | 411 | 144 | 65 |
| Binary | 1110010 | 1111 | 11111111 | 110111 | 1011110 | 0 | 0 | 100001001 | 1100100 | 110101 |
Color Harmonies of #720FFF
Complementary color
Monochromatic Colors of #720FFF
Black with #720FFF
Text Example
Text Example
White with #720FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720FFF; }
p { color: rgb(114,15,255); }
H1.HeaderClassName
{
color: #720FFF;
}
.AnyTagClassName
{
color: #720FFF;
}
</style>
background-color css
<style>
a { background-color: #720FFF; }
a { background-color: rgb(114,15,255); }
div.DivClassName
{
background-color: #720FFF;
}
.BgClassName
{
background-color: #720FFF;
}
</style>
border-color css
<style>
span { border-color: #720FFF; }
span { border-color: rgb(114,15,255); }
td.TdClassName
{
border-color: #720FFF;
}
.TagClassName
{
border-color: #720FFF;
}
</style>