Shades of Electric Indigo #711AF1
Tints of Electric Indigo #711AF1
RGB
CMYK
RGB Variations
Color information
#711AF1 (or 0x711AF1) is known color: Electric Indigo. HEX triplet: 71, 1A and F1. RGB value is (113,26,241). Sum of RGB (Red+Green+Blue) = 113+26+241=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #711AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AF1 is #8EE50E. Grayscale: #4B4B4B. Windows color (decimal): -9364751 or 15800945. OLE color: 15800945.
HSL color Cylindrical-coordinate representation of color #711AF1: hue angle of 264.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711AF1 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 26 | 241 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.05 |
| HSL | 264.28º | 0.88% | 0.52% | - |
| HSV(B) | 264.28º | 0.89% | 0.95% | - |
| XYZ | 23.06 | 10.6 | 84.05 | - |
| YUV | 76.52 | 220.82 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 241 | 0.53 | 0.89 | 0 | 0.05 | 264.28 | 0.88 | 0.52 |
| Hex | 71 | 1A | F1 | 35 | 59 | 0 | 5 | 108 | 58 | 34 |
| Octal | 161 | 32 | 361 | 65 | 131 | 0 | 5 | 410 | 130 | 64 |
| Binary | 1110001 | 11010 | 11110001 | 110101 | 1011001 | 0 | 101 | 100001000 | 1011000 | 110100 |
Color Harmonies of #711AF1
Complementary color
Monochromatic Colors of #711AF1
Black with #711AF1
Text Example
Text Example
White with #711AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AF1; }
p { color: rgb(113,26,241); }
H1.HeaderClassName
{
color: #711AF1;
}
.AnyTagClassName
{
color: #711AF1;
}
</style>
background-color css
<style>
a { background-color: #711AF1; }
a { background-color: rgb(113,26,241); }
div.DivClassName
{
background-color: #711AF1;
}
.BgClassName
{
background-color: #711AF1;
}
</style>
border-color css
<style>
span { border-color: #711AF1; }
span { border-color: rgb(113,26,241); }
td.TdClassName
{
border-color: #711AF1;
}
.TagClassName
{
border-color: #711AF1;
}
</style>