Shades of Electric Indigo #720AF9
Tints of Electric Indigo #720AF9
RGB
CMYK
RGB Variations
Color information
#720AF9 (or 0x720AF9) is known color: Electric Indigo. HEX triplet: 72, 0A and F9. RGB value is (114,10,249). Sum of RGB (Red+Green+Blue) = 114+10+249=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #720AF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720AF9 is #8DF506. Grayscale: #434343. Windows color (decimal): -9303303 or 16321138. OLE color: 16321138.
HSL color Cylindrical-coordinate representation of color #720AF9: hue angle of 266.11º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720AF9 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 10 | 249 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.02 |
| HSL | 266.11º | 0.95% | 0.51% | - |
| HSV(B) | 266.11º | 0.96% | 0.98% | - |
| XYZ | 24.15 | 10.63 | 90.4 | - |
| YUV | 68.34 | 229.96 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 249 | 0.54 | 0.96 | 0 | 0.02 | 266.11 | 0.95 | 0.51 |
| Hex | 72 | A | F9 | 36 | 60 | 0 | 2 | 10A | 5F | 33 |
| Octal | 162 | 12 | 371 | 66 | 140 | 0 | 2 | 412 | 137 | 63 |
| Binary | 1110010 | 1010 | 11111001 | 110110 | 1100000 | 0 | 10 | 100001010 | 1011111 | 110011 |
Color Harmonies of #720AF9
Complementary color
Monochromatic Colors of #720AF9
Black with #720AF9
Text Example
Text Example
White with #720AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720AF9; }
p { color: rgb(114,10,249); }
H1.HeaderClassName
{
color: #720AF9;
}
.AnyTagClassName
{
color: #720AF9;
}
</style>
background-color css
<style>
a { background-color: #720AF9; }
a { background-color: rgb(114,10,249); }
div.DivClassName
{
background-color: #720AF9;
}
.BgClassName
{
background-color: #720AF9;
}
</style>
border-color css
<style>
span { border-color: #720AF9; }
span { border-color: rgb(114,10,249); }
td.TdClassName
{
border-color: #720AF9;
}
.TagClassName
{
border-color: #720AF9;
}
</style>