Shades of Electric Indigo #711BF3
Tints of Electric Indigo #711BF3
RGB
CMYK
RGB Variations
Color information
#711BF3 (or 0x711BF3) is known color: Electric Indigo. HEX triplet: 71, 1B and F3. RGB value is (113,27,243). Sum of RGB (Red+Green+Blue) = 113+27+243=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 243 (95.31% from 255 or 63.45% from 383); Max value from RGB is 243 - color contains mainly: blue. Hex color #711BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BF3 is #8EE40C. Grayscale: #4C4C4C. Windows color (decimal): -9364493 or 15932273. OLE color: 15932273.
HSL color Cylindrical-coordinate representation of color #711BF3: hue angle of 263.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711BF3 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 27 | 243 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.05 |
| HSL | 263.89º | 0.9% | 0.53% | - |
| HSV(B) | 263.89º | 0.89% | 0.95% | - |
| XYZ | 23.38 | 10.77 | 85.64 | - |
| YUV | 77.34 | 221.49 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 243 | 0.53 | 0.89 | 0 | 0.05 | 263.89 | 0.9 | 0.53 |
| Hex | 71 | 1B | F3 | 35 | 59 | 0 | 5 | 108 | 5A | 35 |
| Octal | 161 | 33 | 363 | 65 | 131 | 0 | 5 | 410 | 132 | 65 |
| Binary | 1110001 | 11011 | 11110011 | 110101 | 1011001 | 0 | 101 | 100001000 | 1011010 | 110101 |
Color Harmonies of #711BF3
Complementary color
Monochromatic Colors of #711BF3
Black with #711BF3
Text Example
Text Example
White with #711BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BF3; }
p { color: rgb(113,27,243); }
H1.HeaderClassName
{
color: #711BF3;
}
.AnyTagClassName
{
color: #711BF3;
}
</style>
background-color css
<style>
a { background-color: #711BF3; }
a { background-color: rgb(113,27,243); }
div.DivClassName
{
background-color: #711BF3;
}
.BgClassName
{
background-color: #711BF3;
}
</style>
border-color css
<style>
span { border-color: #711BF3; }
span { border-color: rgb(113,27,243); }
td.TdClassName
{
border-color: #711BF3;
}
.TagClassName
{
border-color: #711BF3;
}
</style>