Shades of Electric Indigo #710DDD
Tints of Electric Indigo #710DDD
RGB
CMYK
RGB Variations
Color information
#710DDD (or 0x710DDD) is known color: Electric Indigo. HEX triplet: 71, 0D and DD. RGB value is (113,13,221). Sum of RGB (Red+Green+Blue) = 113+13+221=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #710DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DDD is #8EF222. Grayscale: #414141. Windows color (decimal): -9368099 or 14486897. OLE color: 14486897.
HSL color Cylindrical-coordinate representation of color #710DDD: hue angle of 268.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DDD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 13 | 221 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.13 |
| HSL | 268.85º | 0.89% | 0.46% | - |
| HSV(B) | 268.85º | 0.94% | 0.87% | - |
| XYZ | 20.01 | 9.02 | 69.09 | - |
| YUV | 66.61 | 215.13 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 221 | 0.49 | 0.94 | 0 | 0.13 | 268.85 | 0.89 | 0.46 |
| Hex | 71 | D | DD | 31 | 5E | 0 | D | 10D | 59 | 2E |
| Octal | 161 | 15 | 335 | 61 | 136 | 0 | 15 | 415 | 131 | 56 |
| Binary | 1110001 | 1101 | 11011101 | 110001 | 1011110 | 0 | 1101 | 100001101 | 1011001 | 101110 |
Color Harmonies of #710DDD
Complementary color
Monochromatic Colors of #710DDD
Black with #710DDD
Text Example
Text Example
White with #710DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DDD; }
p { color: rgb(113,13,221); }
H1.HeaderClassName
{
color: #710DDD;
}
.AnyTagClassName
{
color: #710DDD;
}
</style>
background-color css
<style>
a { background-color: #710DDD; }
a { background-color: rgb(113,13,221); }
div.DivClassName
{
background-color: #710DDD;
}
.BgClassName
{
background-color: #710DDD;
}
</style>
border-color css
<style>
span { border-color: #710DDD; }
span { border-color: rgb(113,13,221); }
td.TdClassName
{
border-color: #710DDD;
}
.TagClassName
{
border-color: #710DDD;
}
</style>