Shades of Electric Indigo #810EFB
Tints of Electric Indigo #810EFB
RGB
CMYK
RGB Variations
Color information
#810EFB (or 0x810EFB) is known color: Electric Indigo. HEX triplet: 81, 0E and FB. RGB value is (129,14,251). Sum of RGB (Red+Green+Blue) = 129+14+251=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #810EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EFB is #7EF104. Grayscale: #4A4A4A. Windows color (decimal): -8319237 or 16453249. OLE color: 16453249.
HSL color Cylindrical-coordinate representation of color #810EFB: hue angle of 269.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EFB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 14 | 251 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.02 |
| HSL | 269.11º | 0.97% | 0.52% | - |
| HSV(B) | 269.11º | 0.94% | 0.98% | - |
| XYZ | 26.62 | 11.95 | 92.17 | - |
| YUV | 75.4 | 227.1 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 251 | 0.49 | 0.94 | 0 | 0.02 | 269.11 | 0.97 | 0.52 |
| Hex | 81 | E | FB | 31 | 5E | 0 | 2 | 10D | 61 | 34 |
| Octal | 201 | 16 | 373 | 61 | 136 | 0 | 2 | 415 | 141 | 64 |
| Binary | 10000001 | 1110 | 11111011 | 110001 | 1011110 | 0 | 10 | 100001101 | 1100001 | 110100 |
Color Harmonies of #810EFB
Complementary color
Monochromatic Colors of #810EFB
Black with #810EFB
Text Example
Text Example
White with #810EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EFB; }
p { color: rgb(129,14,251); }
H1.HeaderClassName
{
color: #810EFB;
}
.AnyTagClassName
{
color: #810EFB;
}
</style>
background-color css
<style>
a { background-color: #810EFB; }
a { background-color: rgb(129,14,251); }
div.DivClassName
{
background-color: #810EFB;
}
.BgClassName
{
background-color: #810EFB;
}
</style>
border-color css
<style>
span { border-color: #810EFB; }
span { border-color: rgb(129,14,251); }
td.TdClassName
{
border-color: #810EFB;
}
.TagClassName
{
border-color: #810EFB;
}
</style>