Shades of Electric Indigo #710DFC
Tints of Electric Indigo #710DFC
RGB
CMYK
RGB Variations
Color information
#710DFC (or 0x710DFC) is known color: Electric Indigo. HEX triplet: 71, 0D and FC. RGB value is (113,13,252). Sum of RGB (Red+Green+Blue) = 113+13+252=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #710DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710DFC is #8EF203. Grayscale: #454545. Windows color (decimal): -9368068 or 16518513. OLE color: 16518513.
HSL color Cylindrical-coordinate representation of color #710DFC: hue angle of 265.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710DFC is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 13 | 252 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.01 |
| HSL | 265.1º | 0.98% | 0.52% | - |
| HSV(B) | 265.1º | 0.95% | 0.99% | - |
| XYZ | 24.52 | 10.83 | 92.89 | - |
| YUV | 70.15 | 230.63 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 252 | 0.55 | 0.95 | 0 | 0.01 | 265.1 | 0.98 | 0.52 |
| Hex | 71 | D | FC | 37 | 5F | 0 | 1 | 109 | 62 | 34 |
| Octal | 161 | 15 | 374 | 67 | 137 | 0 | 1 | 411 | 142 | 64 |
| Binary | 1110001 | 1101 | 11111100 | 110111 | 1011111 | 0 | 1 | 100001001 | 1100010 | 110100 |
Color Harmonies of #710DFC
Complementary color
Monochromatic Colors of #710DFC
Black with #710DFC
Text Example
Text Example
White with #710DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DFC; }
p { color: rgb(113,13,252); }
H1.HeaderClassName
{
color: #710DFC;
}
.AnyTagClassName
{
color: #710DFC;
}
</style>
background-color css
<style>
a { background-color: #710DFC; }
a { background-color: rgb(113,13,252); }
div.DivClassName
{
background-color: #710DFC;
}
.BgClassName
{
background-color: #710DFC;
}
</style>
border-color css
<style>
span { border-color: #710DFC; }
span { border-color: rgb(113,13,252); }
td.TdClassName
{
border-color: #710DFC;
}
.TagClassName
{
border-color: #710DFC;
}
</style>