Shades of Electric Indigo #710ADF
Tints of Electric Indigo #710ADF
RGB
CMYK
RGB Variations
Color information
#710ADF (or 0x710ADF) is known color: Electric Indigo. HEX triplet: 71, 0A and DF. RGB value is (113,10,223). Sum of RGB (Red+Green+Blue) = 113+10+223=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #710ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ADF is #8EF520. Grayscale: #404040. Windows color (decimal): -9368865 or 14617201. OLE color: 14617201.
HSL color Cylindrical-coordinate representation of color #710ADF: hue angle of 269.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710ADF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 10 | 223 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.13 |
| HSL | 269.01º | 0.91% | 0.46% | - |
| HSV(B) | 269.01º | 0.96% | 0.87% | - |
| XYZ | 20.24 | 9.06 | 70.49 | - |
| YUV | 65.08 | 217.12 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 223 | 0.49 | 0.96 | 0 | 0.13 | 269.01 | 0.91 | 0.46 |
| Hex | 71 | A | DF | 31 | 60 | 0 | D | 10D | 5B | 2E |
| Octal | 161 | 12 | 337 | 61 | 140 | 0 | 15 | 415 | 133 | 56 |
| Binary | 1110001 | 1010 | 11011111 | 110001 | 1100000 | 0 | 1101 | 100001101 | 1011011 | 101110 |
Color Harmonies of #710ADF
Complementary color
Monochromatic Colors of #710ADF
Black with #710ADF
Text Example
Text Example
White with #710ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710ADF; }
p { color: rgb(113,10,223); }
H1.HeaderClassName
{
color: #710ADF;
}
.AnyTagClassName
{
color: #710ADF;
}
</style>
background-color css
<style>
a { background-color: #710ADF; }
a { background-color: rgb(113,10,223); }
div.DivClassName
{
background-color: #710ADF;
}
.BgClassName
{
background-color: #710ADF;
}
</style>
border-color css
<style>
span { border-color: #710ADF; }
span { border-color: rgb(113,10,223); }
td.TdClassName
{
border-color: #710ADF;
}
.TagClassName
{
border-color: #710ADF;
}
</style>