Shades of Electric Indigo #710BEE
Tints of Electric Indigo #710BEE
RGB
CMYK
RGB Variations
Color information
#710BEE (or 0x710BEE) is known color: Electric Indigo. HEX triplet: 71, 0B and EE. RGB value is (113,11,238). Sum of RGB (Red+Green+Blue) = 113+11+238=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #710BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BEE is #8EF411. Grayscale: #424242. Windows color (decimal): -9368594 or 15600497. OLE color: 15600497.
HSL color Cylindrical-coordinate representation of color #710BEE: hue angle of 266.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BEE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 11 | 238 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.07 |
| HSL | 266.96º | 0.91% | 0.49% | - |
| HSV(B) | 266.96º | 0.95% | 0.93% | - |
| XYZ | 22.36 | 9.92 | 81.63 | - |
| YUV | 67.38 | 224.29 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 238 | 0.53 | 0.95 | 0 | 0.07 | 266.96 | 0.91 | 0.49 |
| Hex | 71 | B | EE | 35 | 5F | 0 | 7 | 10B | 5B | 31 |
| Octal | 161 | 13 | 356 | 65 | 137 | 0 | 7 | 413 | 133 | 61 |
| Binary | 1110001 | 1011 | 11101110 | 110101 | 1011111 | 0 | 111 | 100001011 | 1011011 | 110001 |
Color Harmonies of #710BEE
Complementary color
Monochromatic Colors of #710BEE
Black with #710BEE
Text Example
Text Example
White with #710BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BEE; }
p { color: rgb(113,11,238); }
H1.HeaderClassName
{
color: #710BEE;
}
.AnyTagClassName
{
color: #710BEE;
}
</style>
background-color css
<style>
a { background-color: #710BEE; }
a { background-color: rgb(113,11,238); }
div.DivClassName
{
background-color: #710BEE;
}
.BgClassName
{
background-color: #710BEE;
}
</style>
border-color css
<style>
span { border-color: #710BEE; }
span { border-color: rgb(113,11,238); }
td.TdClassName
{
border-color: #710BEE;
}
.TagClassName
{
border-color: #710BEE;
}
</style>