Shades of Electric Indigo #710BEC
Tints of Electric Indigo #710BEC
RGB
CMYK
RGB Variations
Color information
#710BEC (or 0x710BEC) is known color: Electric Indigo. HEX triplet: 71, 0B and EC. RGB value is (113,11,236). Sum of RGB (Red+Green+Blue) = 113+11+236=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #710BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BEC is #8EF413. Grayscale: #424242. Windows color (decimal): -9368596 or 15469425. OLE color: 15469425.
HSL color Cylindrical-coordinate representation of color #710BEC: hue angle of 267.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BEC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 11 | 236 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.07 |
| HSL | 267.2º | 0.91% | 0.48% | - |
| HSV(B) | 267.2º | 0.95% | 0.93% | - |
| XYZ | 22.07 | 9.81 | 80.09 | - |
| YUV | 67.15 | 223.29 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 236 | 0.52 | 0.95 | 0 | 0.07 | 267.2 | 0.91 | 0.48 |
| Hex | 71 | B | EC | 34 | 5F | 0 | 7 | 10B | 5B | 30 |
| Octal | 161 | 13 | 354 | 64 | 137 | 0 | 7 | 413 | 133 | 60 |
| Binary | 1110001 | 1011 | 11101100 | 110100 | 1011111 | 0 | 111 | 100001011 | 1011011 | 110000 |
Color Harmonies of #710BEC
Complementary color
Monochromatic Colors of #710BEC
Black with #710BEC
Text Example
Text Example
White with #710BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BEC; }
p { color: rgb(113,11,236); }
H1.HeaderClassName
{
color: #710BEC;
}
.AnyTagClassName
{
color: #710BEC;
}
</style>
background-color css
<style>
a { background-color: #710BEC; }
a { background-color: rgb(113,11,236); }
div.DivClassName
{
background-color: #710BEC;
}
.BgClassName
{
background-color: #710BEC;
}
</style>
border-color css
<style>
span { border-color: #710BEC; }
span { border-color: rgb(113,11,236); }
td.TdClassName
{
border-color: #710BEC;
}
.TagClassName
{
border-color: #710BEC;
}
</style>