Shades of Electric Indigo #721EFF
Tints of Electric Indigo #721EFF
RGB
CMYK
RGB Variations
Color information
#721EFF (or 0x721EFF) is known color: Electric Indigo. HEX triplet: 72, 1E and FF. RGB value is (114,30,255). Sum of RGB (Red+Green+Blue) = 114+30+255=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #721EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721EFF is #8DE100. Grayscale: #4F4F4F. Windows color (decimal): -9298177 or 16719474. OLE color: 16719474.
HSL color Cylindrical-coordinate representation of color #721EFF: hue angle of 262.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721EFF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 30 | 255 | - |
| CMYK | 0.55 | 0.88 | 0 | 0 |
| HSL | 262.4º | 1% | 0.56% | - |
| HSV(B) | 262.4º | 0.88% | 1% | - |
| XYZ | 25.45 | 11.73 | 95.53 | - |
| YUV | 80.77 | 226.33 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 255 | 0.55 | 0.88 | 0 | 0 | 262.4 | 1 | 0.56 |
| Hex | 72 | 1E | FF | 37 | 58 | 0 | 0 | 106 | 64 | 38 |
| Octal | 162 | 36 | 377 | 67 | 130 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110010 | 11110 | 11111111 | 110111 | 1011000 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #721EFF
Complementary color
Monochromatic Colors of #721EFF
Black with #721EFF
Text Example
Text Example
White with #721EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721EFF; }
p { color: rgb(114,30,255); }
H1.HeaderClassName
{
color: #721EFF;
}
.AnyTagClassName
{
color: #721EFF;
}
</style>
background-color css
<style>
a { background-color: #721EFF; }
a { background-color: rgb(114,30,255); }
div.DivClassName
{
background-color: #721EFF;
}
.BgClassName
{
background-color: #721EFF;
}
</style>
border-color css
<style>
span { border-color: #721EFF; }
span { border-color: rgb(114,30,255); }
td.TdClassName
{
border-color: #721EFF;
}
.TagClassName
{
border-color: #721EFF;
}
</style>