Shades of Electric Indigo #721AFF
Tints of Electric Indigo #721AFF
RGB
CMYK
RGB Variations
Color information
#721AFF (or 0x721AFF) is known color: Electric Indigo. HEX triplet: 72, 1A and FF. RGB value is (114,26,255). Sum of RGB (Red+Green+Blue) = 114+26+255=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #721AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AFF is #8DE500. Grayscale: #4D4D4D. Windows color (decimal): -9299201 or 16718450. OLE color: 16718450.
HSL color Cylindrical-coordinate representation of color #721AFF: hue angle of 263.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #721AFF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 26 | 255 | - |
| CMYK | 0.55 | 0.90 | 0 | 0 |
| HSL | 263.06º | 1% | 0.55% | - |
| HSV(B) | 263.06º | 0.9% | 1% | - |
| XYZ | 25.36 | 11.54 | 95.5 | - |
| YUV | 78.42 | 227.65 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 255 | 0.55 | 0.90 | 0 | 0 | 263.06 | 1 | 0.55 |
| Hex | 72 | 1A | FF | 37 | 5A | 0 | 0 | 107 | 64 | 37 |
| Octal | 162 | 32 | 377 | 67 | 132 | 0 | 0 | 407 | 144 | 67 |
| Binary | 1110010 | 11010 | 11111111 | 110111 | 1011010 | 0 | 0 | 100000111 | 1100100 | 110111 |
Color Harmonies of #721AFF
Complementary color
Monochromatic Colors of #721AFF
Black with #721AFF
Text Example
Text Example
White with #721AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AFF; }
p { color: rgb(114,26,255); }
H1.HeaderClassName
{
color: #721AFF;
}
.AnyTagClassName
{
color: #721AFF;
}
</style>
background-color css
<style>
a { background-color: #721AFF; }
a { background-color: rgb(114,26,255); }
div.DivClassName
{
background-color: #721AFF;
}
.BgClassName
{
background-color: #721AFF;
}
</style>
border-color css
<style>
span { border-color: #721AFF; }
span { border-color: rgb(114,26,255); }
td.TdClassName
{
border-color: #721AFF;
}
.TagClassName
{
border-color: #721AFF;
}
</style>