Shades of Electric Indigo #810FFE
Tints of Electric Indigo #810FFE
RGB
CMYK
RGB Variations
Color information
#810FFE (or 0x810FFE) is known color: Electric Indigo. HEX triplet: 81, 0F and FE. RGB value is (129,15,254). Sum of RGB (Red+Green+Blue) = 129+15+254=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #810FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810FFE is #7EF001. Grayscale: #4B4B4B. Windows color (decimal): -8318978 or 16650113. OLE color: 16650113.
HSL color Cylindrical-coordinate representation of color #810FFE: hue angle of 268.62º 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 #810FFE is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 15 | 254 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.00 |
| HSL | 268.62º | 0.99% | 0.53% | - |
| HSV(B) | 268.62º | 0.94% | 1% | - |
| XYZ | 27.11 | 12.16 | 94.68 | - |
| YUV | 76.33 | 228.27 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 254 | 0.49 | 0.94 | 0 | 0.00 | 268.62 | 0.99 | 0.53 |
| Hex | 81 | F | FE | 31 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 201 | 17 | 376 | 61 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000001 | 1111 | 11111110 | 110001 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #810FFE
Complementary color
Monochromatic Colors of #810FFE
Black with #810FFE
Text Example
Text Example
White with #810FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FFE; }
p { color: rgb(129,15,254); }
H1.HeaderClassName
{
color: #810FFE;
}
.AnyTagClassName
{
color: #810FFE;
}
</style>
background-color css
<style>
a { background-color: #810FFE; }
a { background-color: rgb(129,15,254); }
div.DivClassName
{
background-color: #810FFE;
}
.BgClassName
{
background-color: #810FFE;
}
</style>
border-color css
<style>
span { border-color: #810FFE; }
span { border-color: rgb(129,15,254); }
td.TdClassName
{
border-color: #810FFE;
}
.TagClassName
{
border-color: #810FFE;
}
</style>