Shades of Electric Indigo #721FFB
Tints of Electric Indigo #721FFB
RGB
CMYK
RGB Variations
Color information
#721FFB (or 0x721FFB) is known color: Electric Indigo. HEX triplet: 72, 1F and FB. RGB value is (114,31,251). Sum of RGB (Red+Green+Blue) = 114+31+251=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #721FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721FFB is #8DE004. Grayscale: #505050. Windows color (decimal): -9297925 or 16457586. OLE color: 16457586.
HSL color Cylindrical-coordinate representation of color #721FFB: hue angle of 262.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721FFB is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 31 | 251 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.02 |
| HSL | 262.64º | 0.96% | 0.55% | - |
| HSV(B) | 262.64º | 0.88% | 0.98% | - |
| XYZ | 24.84 | 11.52 | 92.18 | - |
| YUV | 80.9 | 224 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 251 | 0.55 | 0.88 | 0 | 0.02 | 262.64 | 0.96 | 0.55 |
| Hex | 72 | 1F | FB | 37 | 58 | 0 | 2 | 107 | 60 | 37 |
| Octal | 162 | 37 | 373 | 67 | 130 | 0 | 2 | 407 | 140 | 67 |
| Binary | 1110010 | 11111 | 11111011 | 110111 | 1011000 | 0 | 10 | 100000111 | 1100000 | 110111 |
Color Harmonies of #721FFB
Complementary color
Monochromatic Colors of #721FFB
Black with #721FFB
Text Example
Text Example
White with #721FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FFB; }
p { color: rgb(114,31,251); }
H1.HeaderClassName
{
color: #721FFB;
}
.AnyTagClassName
{
color: #721FFB;
}
</style>
background-color css
<style>
a { background-color: #721FFB; }
a { background-color: rgb(114,31,251); }
div.DivClassName
{
background-color: #721FFB;
}
.BgClassName
{
background-color: #721FFB;
}
</style>
border-color css
<style>
span { border-color: #721FFB; }
span { border-color: rgb(114,31,251); }
td.TdClassName
{
border-color: #721FFB;
}
.TagClassName
{
border-color: #721FFB;
}
</style>