Shades of Electric Indigo #710BFB
Tints of Electric Indigo #710BFB
RGB
CMYK
RGB Variations
Color information
#710BFB (or 0x710BFB) is known color: Electric Indigo. HEX triplet: 71, 0B and FB. RGB value is (113,11,251). Sum of RGB (Red+Green+Blue) = 113+11+251=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #710BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #710BFB is #8EF404. Grayscale: #444444. Windows color (decimal): -9368581 or 16452465. OLE color: 16452465.
HSL color Cylindrical-coordinate representation of color #710BFB: hue angle of 265.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710BFB is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 11 | 251 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.02 |
| HSL | 265.5º | 0.97% | 0.51% | - |
| HSV(B) | 265.5º | 0.96% | 0.98% | - |
| XYZ | 24.34 | 10.72 | 92.05 | - |
| YUV | 68.86 | 230.79 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 251 | 0.55 | 0.96 | 0 | 0.02 | 265.5 | 0.97 | 0.51 |
| Hex | 71 | B | FB | 37 | 60 | 0 | 2 | 10A | 61 | 33 |
| Octal | 161 | 13 | 373 | 67 | 140 | 0 | 2 | 412 | 141 | 63 |
| Binary | 1110001 | 1011 | 11111011 | 110111 | 1100000 | 0 | 10 | 100001010 | 1100001 | 110011 |
Color Harmonies of #710BFB
Complementary color
Monochromatic Colors of #710BFB
Black with #710BFB
Text Example
Text Example
White with #710BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BFB; }
p { color: rgb(113,11,251); }
H1.HeaderClassName
{
color: #710BFB;
}
.AnyTagClassName
{
color: #710BFB;
}
</style>
background-color css
<style>
a { background-color: #710BFB; }
a { background-color: rgb(113,11,251); }
div.DivClassName
{
background-color: #710BFB;
}
.BgClassName
{
background-color: #710BFB;
}
</style>
border-color css
<style>
span { border-color: #710BFB; }
span { border-color: rgb(113,11,251); }
td.TdClassName
{
border-color: #710BFB;
}
.TagClassName
{
border-color: #710BFB;
}
</style>