Shades of Electric Indigo #810CFF
Tints of Electric Indigo #810CFF
RGB
CMYK
RGB Variations
Color information
#810CFF (or 0x810CFF) is known color: Electric Indigo. HEX triplet: 81, 0C and FF. RGB value is (129,12,255). Sum of RGB (Red+Green+Blue) = 129+12+255=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #810CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CFF is #7EF300. Grayscale: #494949. Windows color (decimal): -8319745 or 16714881. OLE color: 16714881.
HSL color Cylindrical-coordinate representation of color #810CFF: hue angle of 268.89º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CFF is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 12 | 255 | - |
| CMYK | 0.49 | 0.95 | 0 | 0 |
| HSL | 268.89º | 1% | 0.52% | - |
| HSV(B) | 268.89º | 0.95% | 1% | - |
| XYZ | 27.23 | 12.15 | 95.52 | - |
| YUV | 74.69 | 229.76 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 255 | 0.49 | 0.95 | 0 | 0 | 268.89 | 1 | 0.52 |
| Hex | 81 | C | FF | 31 | 5F | 0 | 0 | 10D | 64 | 34 |
| Octal | 201 | 14 | 377 | 61 | 137 | 0 | 0 | 415 | 144 | 64 |
| Binary | 10000001 | 1100 | 11111111 | 110001 | 1011111 | 0 | 0 | 100001101 | 1100100 | 110100 |
Color Harmonies of #810CFF
Complementary color
Monochromatic Colors of #810CFF
Black with #810CFF
Text Example
Text Example
White with #810CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CFF; }
p { color: rgb(129,12,255); }
H1.HeaderClassName
{
color: #810CFF;
}
.AnyTagClassName
{
color: #810CFF;
}
</style>
background-color css
<style>
a { background-color: #810CFF; }
a { background-color: rgb(129,12,255); }
div.DivClassName
{
background-color: #810CFF;
}
.BgClassName
{
background-color: #810CFF;
}
</style>
border-color css
<style>
span { border-color: #810CFF; }
span { border-color: rgb(129,12,255); }
td.TdClassName
{
border-color: #810CFF;
}
.TagClassName
{
border-color: #810CFF;
}
</style>