Shades of Electric Indigo #711AF9
Tints of Electric Indigo #711AF9
RGB
CMYK
RGB Variations
Color information
#711AF9 (or 0x711AF9) is known color: Electric Indigo. HEX triplet: 71, 1A and F9. RGB value is (113,26,249). Sum of RGB (Red+Green+Blue) = 113+26+249=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #711AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AF9 is #8EE506. Grayscale: #4C4C4C. Windows color (decimal): -9364743 or 16325233. OLE color: 16325233.
HSL color Cylindrical-coordinate representation of color #711AF9: hue angle of 263.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #711AF9 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 26 | 249 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.02 |
| HSL | 263.41º | 0.95% | 0.54% | - |
| HSV(B) | 263.41º | 0.9% | 0.98% | - |
| XYZ | 24.28 | 11.09 | 90.48 | - |
| YUV | 77.44 | 224.82 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 249 | 0.55 | 0.90 | 0 | 0.02 | 263.41 | 0.95 | 0.54 |
| Hex | 71 | 1A | F9 | 37 | 5A | 0 | 2 | 107 | 5F | 36 |
| Octal | 161 | 32 | 371 | 67 | 132 | 0 | 2 | 407 | 137 | 66 |
| Binary | 1110001 | 11010 | 11111001 | 110111 | 1011010 | 0 | 10 | 100000111 | 1011111 | 110110 |
Color Harmonies of #711AF9
Complementary color
Monochromatic Colors of #711AF9
Black with #711AF9
Text Example
Text Example
White with #711AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AF9; }
p { color: rgb(113,26,249); }
H1.HeaderClassName
{
color: #711AF9;
}
.AnyTagClassName
{
color: #711AF9;
}
</style>
background-color css
<style>
a { background-color: #711AF9; }
a { background-color: rgb(113,26,249); }
div.DivClassName
{
background-color: #711AF9;
}
.BgClassName
{
background-color: #711AF9;
}
</style>
border-color css
<style>
span { border-color: #711AF9; }
span { border-color: rgb(113,26,249); }
td.TdClassName
{
border-color: #711AF9;
}
.TagClassName
{
border-color: #711AF9;
}
</style>