Shades of Electric Indigo #721BFF
Tints of Electric Indigo #721BFF
RGB
CMYK
RGB Variations
Color information
#721BFF (or 0x721BFF) is known color: Electric Indigo. HEX triplet: 72, 1B and FF. RGB value is (114,27,255). Sum of RGB (Red+Green+Blue) = 114+27+255=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #721BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721BFF is #8DE400. Grayscale: #4E4E4E. Windows color (decimal): -9298945 or 16718706. OLE color: 16718706.
HSL color Cylindrical-coordinate representation of color #721BFF: hue angle of 262.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721BFF is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 27 | 255 | - |
| CMYK | 0.55 | 0.89 | 0 | 0 |
| HSL | 262.89º | 1% | 0.55% | - |
| HSV(B) | 262.89º | 0.89% | 1% | - |
| XYZ | 25.38 | 11.58 | 95.51 | - |
| YUV | 79.01 | 227.32 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 255 | 0.55 | 0.89 | 0 | 0 | 262.89 | 1 | 0.55 |
| Hex | 72 | 1B | FF | 37 | 59 | 0 | 0 | 107 | 64 | 37 |
| Octal | 162 | 33 | 377 | 67 | 131 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110010 | 11011 | 11111111 | 110111 | 1011001 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #721BFF
Complementary color
Monochromatic Colors of #721BFF
Black with #721BFF
Text Example
Text Example
White with #721BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721BFF; }
p { color: rgb(114,27,255); }
H1.HeaderClassName
{
color: #721BFF;
}
.AnyTagClassName
{
color: #721BFF;
}
</style>
background-color css
<style>
a { background-color: #721BFF; }
a { background-color: rgb(114,27,255); }
div.DivClassName
{
background-color: #721BFF;
}
.BgClassName
{
background-color: #721BFF;
}
</style>
border-color css
<style>
span { border-color: #721BFF; }
span { border-color: rgb(114,27,255); }
td.TdClassName
{
border-color: #721BFF;
}
.TagClassName
{
border-color: #721BFF;
}
</style>