Shades of Electric Indigo #710EF3
Tints of Electric Indigo #710EF3
RGB
CMYK
RGB Variations
Color information
#710EF3 (or 0x710EF3) is known color: Electric Indigo. HEX triplet: 71, 0E and F3. RGB value is (113,14,243). Sum of RGB (Red+Green+Blue) = 113+14+243=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 243 (95.31% from 255 or 65.68% from 370); Max value from RGB is 243 - color contains mainly: blue. Hex color #710EF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710EF3 is #8EF10C. Grayscale: #444444. Windows color (decimal): -9367821 or 15928945. OLE color: 15928945.
HSL color Cylindrical-coordinate representation of color #710EF3: hue angle of 265.94º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710EF3 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 14 | 243 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.05 |
| HSL | 265.94º | 0.91% | 0.5% | - |
| HSV(B) | 265.94º | 0.94% | 0.95% | - |
| XYZ | 23.14 | 10.3 | 85.56 | - |
| YUV | 69.71 | 225.8 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 243 | 0.53 | 0.94 | 0 | 0.05 | 265.94 | 0.91 | 0.5 |
| Hex | 71 | E | F3 | 35 | 5E | 0 | 5 | 10A | 5B | 32 |
| Octal | 161 | 16 | 363 | 65 | 136 | 0 | 5 | 412 | 133 | 62 |
| Binary | 1110001 | 1110 | 11110011 | 110101 | 1011110 | 0 | 101 | 100001010 | 1011011 | 110010 |
Color Harmonies of #710EF3
Complementary color
Monochromatic Colors of #710EF3
Black with #710EF3
Text Example
Text Example
White with #710EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710EF3; }
p { color: rgb(113,14,243); }
H1.HeaderClassName
{
color: #710EF3;
}
.AnyTagClassName
{
color: #710EF3;
}
</style>
background-color css
<style>
a { background-color: #710EF3; }
a { background-color: rgb(113,14,243); }
div.DivClassName
{
background-color: #710EF3;
}
.BgClassName
{
background-color: #710EF3;
}
</style>
border-color css
<style>
span { border-color: #710EF3; }
span { border-color: rgb(113,14,243); }
td.TdClassName
{
border-color: #710EF3;
}
.TagClassName
{
border-color: #710EF3;
}
</style>