Shades of Electric Indigo #710CF8
Tints of Electric Indigo #710CF8
RGB
CMYK
RGB Variations
Color information
#710CF8 (or 0x710CF8) is known color: Electric Indigo. HEX triplet: 71, 0C and F8. RGB value is (113,12,248). Sum of RGB (Red+Green+Blue) = 113+12+248=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #710CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710CF8 is #8EF307. Grayscale: #444444. Windows color (decimal): -9368328 or 16256113. OLE color: 16256113.
HSL color Cylindrical-coordinate representation of color #710CF8: hue angle of 265.68º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710CF8 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 12 | 248 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.03 |
| HSL | 265.68º | 0.94% | 0.51% | - |
| HSV(B) | 265.68º | 0.95% | 0.97% | - |
| XYZ | 23.88 | 10.55 | 89.58 | - |
| YUV | 69.1 | 228.96 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 248 | 0.54 | 0.95 | 0 | 0.03 | 265.68 | 0.94 | 0.51 |
| Hex | 71 | C | F8 | 36 | 5F | 0 | 3 | 10A | 5E | 33 |
| Octal | 161 | 14 | 370 | 66 | 137 | 0 | 3 | 412 | 136 | 63 |
| Binary | 1110001 | 1100 | 11111000 | 110110 | 1011111 | 0 | 11 | 100001010 | 1011110 | 110011 |
Color Harmonies of #710CF8
Complementary color
Monochromatic Colors of #710CF8
Black with #710CF8
Text Example
Text Example
White with #710CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CF8; }
p { color: rgb(113,12,248); }
H1.HeaderClassName
{
color: #710CF8;
}
.AnyTagClassName
{
color: #710CF8;
}
</style>
background-color css
<style>
a { background-color: #710CF8; }
a { background-color: rgb(113,12,248); }
div.DivClassName
{
background-color: #710CF8;
}
.BgClassName
{
background-color: #710CF8;
}
</style>
border-color css
<style>
span { border-color: #710CF8; }
span { border-color: rgb(113,12,248); }
td.TdClassName
{
border-color: #710CF8;
}
.TagClassName
{
border-color: #710CF8;
}
</style>