Shades of Electric Indigo #710FFD
Tints of Electric Indigo #710FFD
RGB
CMYK
RGB Variations
Color information
#710FFD (or 0x710FFD) is known color: Electric Indigo. HEX triplet: 71, 0F and FD. RGB value is (113,15,253). Sum of RGB (Red+Green+Blue) = 113+15+253=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #710FFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710FFD is #8EF002. Grayscale: #464646. Windows color (decimal): -9367555 or 16584561. OLE color: 16584561.
HSL color Cylindrical-coordinate representation of color #710FFD: hue angle of 264.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710FFD is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 15 | 253 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.01 |
| HSL | 264.71º | 0.98% | 0.53% | - |
| HSV(B) | 264.71º | 0.94% | 0.99% | - |
| XYZ | 24.71 | 10.94 | 93.74 | - |
| YUV | 71.43 | 230.47 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 253 | 0.55 | 0.94 | 0 | 0.01 | 264.71 | 0.98 | 0.53 |
| Hex | 71 | F | FD | 37 | 5E | 0 | 1 | 109 | 62 | 35 |
| Octal | 161 | 17 | 375 | 67 | 136 | 0 | 1 | 411 | 142 | 65 |
| Binary | 1110001 | 1111 | 11111101 | 110111 | 1011110 | 0 | 1 | 100001001 | 1100010 | 110101 |
Color Harmonies of #710FFD
Complementary color
Monochromatic Colors of #710FFD
Black with #710FFD
Text Example
Text Example
White with #710FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FFD; }
p { color: rgb(113,15,253); }
H1.HeaderClassName
{
color: #710FFD;
}
.AnyTagClassName
{
color: #710FFD;
}
</style>
background-color css
<style>
a { background-color: #710FFD; }
a { background-color: rgb(113,15,253); }
div.DivClassName
{
background-color: #710FFD;
}
.BgClassName
{
background-color: #710FFD;
}
</style>
border-color css
<style>
span { border-color: #710FFD; }
span { border-color: rgb(113,15,253); }
td.TdClassName
{
border-color: #710FFD;
}
.TagClassName
{
border-color: #710FFD;
}
</style>