Shades of Electric Indigo #721AF3
Tints of Electric Indigo #721AF3
RGB
CMYK
RGB Variations
Color information
#721AF3 (or 0x721AF3) is known color: Electric Indigo. HEX triplet: 72, 1A and F3. RGB value is (114,26,243). Sum of RGB (Red+Green+Blue) = 114+26+243=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #721AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #721AF3 is #8DE50C. Grayscale: #4C4C4C. Windows color (decimal): -9299213 or 15932018. OLE color: 15932018.
HSL color Cylindrical-coordinate representation of color #721AF3: hue angle of 264.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721AF3 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 26 | 243 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.05 |
| HSL | 264.33º | 0.9% | 0.53% | - |
| HSV(B) | 264.33º | 0.89% | 0.95% | - |
| XYZ | 23.49 | 10.79 | 85.64 | - |
| YUV | 77.05 | 221.65 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 243 | 0.53 | 0.89 | 0 | 0.05 | 264.33 | 0.9 | 0.53 |
| Hex | 72 | 1A | F3 | 35 | 59 | 0 | 5 | 108 | 5A | 35 |
| Octal | 162 | 32 | 363 | 65 | 131 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110010 | 11010 | 11110011 | 110101 | 1011001 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #721AF3
Complementary color
Monochromatic Colors of #721AF3
Black with #721AF3
Text Example
Text Example
White with #721AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721AF3; }
p { color: rgb(114,26,243); }
H1.HeaderClassName
{
color: #721AF3;
}
.AnyTagClassName
{
color: #721AF3;
}
</style>
background-color css
<style>
a { background-color: #721AF3; }
a { background-color: rgb(114,26,243); }
div.DivClassName
{
background-color: #721AF3;
}
.BgClassName
{
background-color: #721AF3;
}
</style>
border-color css
<style>
span { border-color: #721AF3; }
span { border-color: rgb(114,26,243); }
td.TdClassName
{
border-color: #721AF3;
}
.TagClassName
{
border-color: #721AF3;
}
</style>