Shades of Electric Indigo #711FFE
Tints of Electric Indigo #711FFE
RGB
CMYK
RGB Variations
Color information
#711FFE (or 0x711FFE) is known color: Electric Indigo. HEX triplet: 71, 1F and FE. RGB value is (113,31,254). Sum of RGB (Red+Green+Blue) = 113+31+254=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #711FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FFE is #8EE001. Grayscale: #505050. Windows color (decimal): -9363458 or 16654193. OLE color: 16654193.
HSL color Cylindrical-coordinate representation of color #711FFE: hue angle of 262.06º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711FFE is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 31 | 254 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.00 |
| HSL | 262.06º | 0.99% | 0.56% | - |
| HSV(B) | 262.06º | 0.88% | 1% | - |
| XYZ | 25.19 | 11.65 | 94.69 | - |
| YUV | 80.94 | 225.67 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 254 | 0.56 | 0.88 | 0 | 0.00 | 262.06 | 0.99 | 0.56 |
| Hex | 71 | 1F | FE | 38 | 58 | 0 | 0 | 106 | 63 | 38 |
| Octal | 161 | 37 | 376 | 70 | 130 | 0 | 0 | 406 | 143 | 70 |
| Binary | 1110001 | 11111 | 11111110 | 111000 | 1011000 | 0 | 0 | 100000110 | 1100011 | 111000 |
Color Harmonies of #711FFE
Complementary color
Monochromatic Colors of #711FFE
Black with #711FFE
Text Example
Text Example
White with #711FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FFE; }
p { color: rgb(113,31,254); }
H1.HeaderClassName
{
color: #711FFE;
}
.AnyTagClassName
{
color: #711FFE;
}
</style>
background-color css
<style>
a { background-color: #711FFE; }
a { background-color: rgb(113,31,254); }
div.DivClassName
{
background-color: #711FFE;
}
.BgClassName
{
background-color: #711FFE;
}
</style>
border-color css
<style>
span { border-color: #711FFE; }
span { border-color: rgb(113,31,254); }
td.TdClassName
{
border-color: #711FFE;
}
.TagClassName
{
border-color: #711FFE;
}
</style>