Shades of Electric Indigo #721FFF
Tints of Electric Indigo #721FFF
RGB
CMYK
RGB Variations
Color information
#721FFF (or 0x721FFF) is known color: Electric Indigo. HEX triplet: 72, 1F and FF. RGB value is (114,31,255). Sum of RGB (Red+Green+Blue) = 114+31+255=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #721FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FFF is #8DE000. Grayscale: #505050. Windows color (decimal): -9297921 or 16719730. OLE color: 16719730.
HSL color Cylindrical-coordinate representation of color #721FFF: hue angle of 262.23º 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 #721FFF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 31 | 255 | - |
| CMYK | 0.55 | 0.88 | 0 | 0 |
| HSL | 262.23º | 1% | 0.56% | - |
| HSV(B) | 262.23º | 0.88% | 1% | - |
| XYZ | 25.48 | 11.78 | 95.54 | - |
| YUV | 81.35 | 226 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 255 | 0.55 | 0.88 | 0 | 0 | 262.23 | 1 | 0.56 |
| Hex | 72 | 1F | FF | 37 | 58 | 0 | 0 | 106 | 64 | 38 |
| Octal | 162 | 37 | 377 | 67 | 130 | 0 | 0 | 406 | 144 | 70 |
| Binary | 1110010 | 11111 | 11111111 | 110111 | 1011000 | 0 | 0 | 100000110 | 1100100 | 111000 |
Color Harmonies of #721FFF
Complementary color
Monochromatic Colors of #721FFF
Black with #721FFF
Text Example
Text Example
White with #721FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FFF; }
p { color: rgb(114,31,255); }
H1.HeaderClassName
{
color: #721FFF;
}
.AnyTagClassName
{
color: #721FFF;
}
</style>
background-color css
<style>
a { background-color: #721FFF; }
a { background-color: rgb(114,31,255); }
div.DivClassName
{
background-color: #721FFF;
}
.BgClassName
{
background-color: #721FFF;
}
</style>
border-color css
<style>
span { border-color: #721FFF; }
span { border-color: rgb(114,31,255); }
td.TdClassName
{
border-color: #721FFF;
}
.TagClassName
{
border-color: #721FFF;
}
</style>