Shades of Electric Indigo #711CF3
Tints of Electric Indigo #711CF3
RGB
CMYK
RGB Variations
Color information
#711CF3 (or 0x711CF3) is known color: Electric Indigo. HEX triplet: 71, 1C and F3. RGB value is (113,28,243). Sum of RGB (Red+Green+Blue) = 113+28+243=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #711CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CF3 is #8EE30C. Grayscale: #4D4D4D. Windows color (decimal): -9364237 or 15932529. OLE color: 15932529.
HSL color Cylindrical-coordinate representation of color #711CF3: hue angle of 263.72º degrees, saturation: 0.9, 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 #711CF3 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 28 | 243 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.05 |
| HSL | 263.72º | 0.9% | 0.53% | - |
| HSV(B) | 263.72º | 0.88% | 0.95% | - |
| XYZ | 23.4 | 10.81 | 85.65 | - |
| YUV | 77.93 | 221.16 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 243 | 0.53 | 0.88 | 0 | 0.05 | 263.72 | 0.9 | 0.53 |
| Hex | 71 | 1C | F3 | 35 | 58 | 0 | 5 | 108 | 5A | 35 |
| Octal | 161 | 34 | 363 | 65 | 130 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110001 | 11100 | 11110011 | 110101 | 1011000 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #711CF3
Complementary color
Monochromatic Colors of #711CF3
Black with #711CF3
Text Example
Text Example
White with #711CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CF3; }
p { color: rgb(113,28,243); }
H1.HeaderClassName
{
color: #711CF3;
}
.AnyTagClassName
{
color: #711CF3;
}
</style>
background-color css
<style>
a { background-color: #711CF3; }
a { background-color: rgb(113,28,243); }
div.DivClassName
{
background-color: #711CF3;
}
.BgClassName
{
background-color: #711CF3;
}
</style>
border-color css
<style>
span { border-color: #711CF3; }
span { border-color: rgb(113,28,243); }
td.TdClassName
{
border-color: #711CF3;
}
.TagClassName
{
border-color: #711CF3;
}
</style>