Shades of Electric Indigo #810FFD
Tints of Electric Indigo #810FFD
RGB
CMYK
RGB Variations
Color information
#810FFD (or 0x810FFD) is known color: Electric Indigo. HEX triplet: 81, 0F and FD. RGB value is (129,15,253). Sum of RGB (Red+Green+Blue) = 129+15+253=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #810FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810FFD is #7EF002. Grayscale: #4B4B4B. Windows color (decimal): -8318979 or 16584577. OLE color: 16584577.
HSL color Cylindrical-coordinate representation of color #810FFD: hue angle of 268.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810FFD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 15 | 253 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.01 |
| HSL | 268.74º | 0.98% | 0.53% | - |
| HSV(B) | 268.74º | 0.94% | 0.99% | - |
| XYZ | 26.95 | 12.1 | 93.84 | - |
| YUV | 76.22 | 227.77 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 253 | 0.49 | 0.94 | 0 | 0.01 | 268.74 | 0.98 | 0.53 |
| Hex | 81 | F | FD | 31 | 5E | 0 | 1 | 10D | 62 | 35 |
| Octal | 201 | 17 | 375 | 61 | 136 | 0 | 1 | 415 | 142 | 65 |
| Binary | 10000001 | 1111 | 11111101 | 110001 | 1011110 | 0 | 1 | 100001101 | 1100010 | 110101 |
Color Harmonies of #810FFD
Complementary color
Monochromatic Colors of #810FFD
Black with #810FFD
Text Example
Text Example
White with #810FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FFD; }
p { color: rgb(129,15,253); }
H1.HeaderClassName
{
color: #810FFD;
}
.AnyTagClassName
{
color: #810FFD;
}
</style>
background-color css
<style>
a { background-color: #810FFD; }
a { background-color: rgb(129,15,253); }
div.DivClassName
{
background-color: #810FFD;
}
.BgClassName
{
background-color: #810FFD;
}
</style>
border-color css
<style>
span { border-color: #810FFD; }
span { border-color: rgb(129,15,253); }
td.TdClassName
{
border-color: #810FFD;
}
.TagClassName
{
border-color: #810FFD;
}
</style>