Shades of Electric Indigo #710BDF
Tints of Electric Indigo #710BDF
RGB
CMYK
RGB Variations
Color information
#710BDF (or 0x710BDF) is known color: Electric Indigo. HEX triplet: 71, 0B and DF. RGB value is (113,11,223). Sum of RGB (Red+Green+Blue) = 113+11+223=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #710BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BDF is #8EF420. Grayscale: #404040. Windows color (decimal): -9368609 or 14617457. OLE color: 14617457.
HSL color Cylindrical-coordinate representation of color #710BDF: hue angle of 268.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710BDF is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 11 | 223 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.13 |
| HSL | 268.87º | 0.91% | 0.46% | - |
| HSV(B) | 268.87º | 0.95% | 0.87% | - |
| XYZ | 20.25 | 9.08 | 70.5 | - |
| YUV | 65.67 | 216.79 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 223 | 0.49 | 0.95 | 0 | 0.13 | 268.87 | 0.91 | 0.46 |
| Hex | 71 | B | DF | 31 | 5F | 0 | D | 10D | 5B | 2E |
| Octal | 161 | 13 | 337 | 61 | 137 | 0 | 15 | 415 | 133 | 56 |
| Binary | 1110001 | 1011 | 11011111 | 110001 | 1011111 | 0 | 1101 | 100001101 | 1011011 | 101110 |
Color Harmonies of #710BDF
Complementary color
Monochromatic Colors of #710BDF
Black with #710BDF
Text Example
Text Example
White with #710BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BDF; }
p { color: rgb(113,11,223); }
H1.HeaderClassName
{
color: #710BDF;
}
.AnyTagClassName
{
color: #710BDF;
}
</style>
background-color css
<style>
a { background-color: #710BDF; }
a { background-color: rgb(113,11,223); }
div.DivClassName
{
background-color: #710BDF;
}
.BgClassName
{
background-color: #710BDF;
}
</style>
border-color css
<style>
span { border-color: #710BDF; }
span { border-color: rgb(113,11,223); }
td.TdClassName
{
border-color: #710BDF;
}
.TagClassName
{
border-color: #710BDF;
}
</style>