Shades of Electric Indigo #721AFA
Tints of Electric Indigo #721AFA
RGB
CMYK
RGB Variations
Color information
#721AFA (or 0x721AFA) is known color: Electric Indigo. HEX triplet: 72, 1A and FA. RGB value is (114,26,250). Sum of RGB (Red+Green+Blue) = 114+26+250=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #721AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AFA is #8DE505. Grayscale: #4D4D4D. Windows color (decimal): -9299206 or 16390770. OLE color: 16390770.
HSL color Cylindrical-coordinate representation of color #721AFA: hue angle of 263.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #721AFA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 26 | 250 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.02 |
| HSL | 263.57º | 0.96% | 0.54% | - |
| HSV(B) | 263.57º | 0.9% | 0.98% | - |
| XYZ | 24.56 | 11.22 | 91.31 | - |
| YUV | 77.85 | 225.15 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 250 | 0.54 | 0.90 | 0 | 0.02 | 263.57 | 0.96 | 0.54 |
| Hex | 72 | 1A | FA | 36 | 5A | 0 | 2 | 108 | 60 | 36 |
| Octal | 162 | 32 | 372 | 66 | 132 | 0 | 2 | 410 | 140 | 66 |
| Binary | 1110010 | 11010 | 11111010 | 110110 | 1011010 | 0 | 10 | 100001000 | 1100000 | 110110 |
Color Harmonies of #721AFA
Complementary color
Monochromatic Colors of #721AFA
Black with #721AFA
Text Example
Text Example
White with #721AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AFA; }
p { color: rgb(114,26,250); }
H1.HeaderClassName
{
color: #721AFA;
}
.AnyTagClassName
{
color: #721AFA;
}
</style>
background-color css
<style>
a { background-color: #721AFA; }
a { background-color: rgb(114,26,250); }
div.DivClassName
{
background-color: #721AFA;
}
.BgClassName
{
background-color: #721AFA;
}
</style>
border-color css
<style>
span { border-color: #721AFA; }
span { border-color: rgb(114,26,250); }
td.TdClassName
{
border-color: #721AFA;
}
.TagClassName
{
border-color: #721AFA;
}
</style>