Shades of Electric Indigo #810EFE
Tints of Electric Indigo #810EFE
RGB
CMYK
RGB Variations
Color information
#810EFE (or 0x810EFE) is known color: Electric Indigo. HEX triplet: 81, 0E and FE. RGB value is (129,14,254). Sum of RGB (Red+Green+Blue) = 129+14+254=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #810EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EFE is #7EF101. Grayscale: #4A4A4A. Windows color (decimal): -8319234 or 16649857. OLE color: 16649857.
HSL color Cylindrical-coordinate representation of color #810EFE: hue angle of 268.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EFE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 14 | 254 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.00 |
| HSL | 268.75º | 0.99% | 0.53% | - |
| HSV(B) | 268.75º | 0.94% | 1% | - |
| XYZ | 27.1 | 12.14 | 94.68 | - |
| YUV | 75.75 | 228.6 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 254 | 0.49 | 0.94 | 0 | 0.00 | 268.75 | 0.99 | 0.53 |
| Hex | 81 | E | FE | 31 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 201 | 16 | 376 | 61 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000001 | 1110 | 11111110 | 110001 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #810EFE
Complementary color
Monochromatic Colors of #810EFE
Black with #810EFE
Text Example
Text Example
White with #810EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EFE; }
p { color: rgb(129,14,254); }
H1.HeaderClassName
{
color: #810EFE;
}
.AnyTagClassName
{
color: #810EFE;
}
</style>
background-color css
<style>
a { background-color: #810EFE; }
a { background-color: rgb(129,14,254); }
div.DivClassName
{
background-color: #810EFE;
}
.BgClassName
{
background-color: #810EFE;
}
</style>
border-color css
<style>
span { border-color: #810EFE; }
span { border-color: rgb(129,14,254); }
td.TdClassName
{
border-color: #810EFE;
}
.TagClassName
{
border-color: #810EFE;
}
</style>