Shades of Electric Indigo #720AFF
Tints of Electric Indigo #720AFF
RGB
CMYK
RGB Variations
Color information
#720AFF (or 0x720AFF) is known color: Electric Indigo. HEX triplet: 72, 0A and FF. RGB value is (114,10,255). Sum of RGB (Red+Green+Blue) = 114+10+255=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #720AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720AFF is #8DF500. Grayscale: #444444. Windows color (decimal): -9303297 or 16714354. OLE color: 16714354.
HSL color Cylindrical-coordinate representation of color #720AFF: hue angle of 265.47º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720AFF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 10 | 255 | - |
| CMYK | 0.55 | 0.96 | 0 | 0 |
| HSL | 265.47º | 1% | 0.52% | - |
| HSV(B) | 265.47º | 0.96% | 1% | - |
| XYZ | 25.1 | 11.01 | 95.41 | - |
| YUV | 69.03 | 232.96 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 255 | 0.55 | 0.96 | 0 | 0 | 265.47 | 1 | 0.52 |
| Hex | 72 | A | FF | 37 | 60 | 0 | 0 | 109 | 64 | 34 |
| Octal | 162 | 12 | 377 | 67 | 140 | 0 | 0 | 411 | 144 | 64 |
| Binary | 1110010 | 1010 | 11111111 | 110111 | 1100000 | 0 | 0 | 100001001 | 1100100 | 110100 |
Color Harmonies of #720AFF
Complementary color
Monochromatic Colors of #720AFF
Black with #720AFF
Text Example
Text Example
White with #720AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720AFF; }
p { color: rgb(114,10,255); }
H1.HeaderClassName
{
color: #720AFF;
}
.AnyTagClassName
{
color: #720AFF;
}
</style>
background-color css
<style>
a { background-color: #720AFF; }
a { background-color: rgb(114,10,255); }
div.DivClassName
{
background-color: #720AFF;
}
.BgClassName
{
background-color: #720AFF;
}
</style>
border-color css
<style>
span { border-color: #720AFF; }
span { border-color: rgb(114,10,255); }
td.TdClassName
{
border-color: #720AFF;
}
.TagClassName
{
border-color: #720AFF;
}
</style>