Shades of Electric Indigo #711CF2
Tints of Electric Indigo #711CF2
RGB
CMYK
RGB Variations
Color information
#711CF2 (or 0x711CF2) is known color: Electric Indigo. HEX triplet: 71, 1C and F2. RGB value is (113,28,242). Sum of RGB (Red+Green+Blue) = 113+28+242=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #711CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CF2 is #8EE30D. Grayscale: #4D4D4D. Windows color (decimal): -9364238 or 15866993. OLE color: 15866993.
HSL color Cylindrical-coordinate representation of color #711CF2: hue angle of 263.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711CF2 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 28 | 242 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.05 |
| HSL | 263.83º | 0.89% | 0.53% | - |
| HSV(B) | 263.83º | 0.88% | 0.95% | - |
| XYZ | 23.25 | 10.75 | 84.85 | - |
| YUV | 77.81 | 220.66 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 242 | 0.53 | 0.88 | 0 | 0.05 | 263.83 | 0.89 | 0.53 |
| Hex | 71 | 1C | F2 | 35 | 58 | 0 | 5 | 108 | 59 | 35 |
| Octal | 161 | 34 | 362 | 65 | 130 | 0 | 5 | 410 | 131 | 65 |
| Binary | 1110001 | 11100 | 11110010 | 110101 | 1011000 | 0 | 101 | 100001000 | 1011001 | 110101 |
Color Harmonies of #711CF2
Complementary color
Monochromatic Colors of #711CF2
Black with #711CF2
Text Example
Text Example
White with #711CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CF2; }
p { color: rgb(113,28,242); }
H1.HeaderClassName
{
color: #711CF2;
}
.AnyTagClassName
{
color: #711CF2;
}
</style>
background-color css
<style>
a { background-color: #711CF2; }
a { background-color: rgb(113,28,242); }
div.DivClassName
{
background-color: #711CF2;
}
.BgClassName
{
background-color: #711CF2;
}
</style>
border-color css
<style>
span { border-color: #711CF2; }
span { border-color: rgb(113,28,242); }
td.TdClassName
{
border-color: #711CF2;
}
.TagClassName
{
border-color: #711CF2;
}
</style>