Shades of Electric Indigo #810CFA
Tints of Electric Indigo #810CFA
RGB
CMYK
RGB Variations
Color information
#810CFA (or 0x810CFA) is known color: Electric Indigo. HEX triplet: 81, 0C and FA. RGB value is (129,12,250). Sum of RGB (Red+Green+Blue) = 129+12+250=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #810CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CFA is #7EF305. Grayscale: #494949. Windows color (decimal): -8319750 or 16387201. OLE color: 16387201.
HSL color Cylindrical-coordinate representation of color #810CFA: hue angle of 269.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CFA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 12 | 250 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.02 |
| HSL | 269.5º | 0.96% | 0.51% | - |
| HSV(B) | 269.5º | 0.95% | 0.98% | - |
| XYZ | 26.44 | 11.83 | 91.33 | - |
| YUV | 74.12 | 227.26 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 250 | 0.48 | 0.95 | 0 | 0.02 | 269.5 | 0.96 | 0.51 |
| Hex | 81 | C | FA | 30 | 5F | 0 | 2 | 10D | 60 | 33 |
| Octal | 201 | 14 | 372 | 60 | 137 | 0 | 2 | 415 | 140 | 63 |
| Binary | 10000001 | 1100 | 11111010 | 110000 | 1011111 | 0 | 10 | 100001101 | 1100000 | 110011 |
Color Harmonies of #810CFA
Complementary color
Monochromatic Colors of #810CFA
Black with #810CFA
Text Example
Text Example
White with #810CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CFA; }
p { color: rgb(129,12,250); }
H1.HeaderClassName
{
color: #810CFA;
}
.AnyTagClassName
{
color: #810CFA;
}
</style>
background-color css
<style>
a { background-color: #810CFA; }
a { background-color: rgb(129,12,250); }
div.DivClassName
{
background-color: #810CFA;
}
.BgClassName
{
background-color: #810CFA;
}
</style>
border-color css
<style>
span { border-color: #810CFA; }
span { border-color: rgb(129,12,250); }
td.TdClassName
{
border-color: #810CFA;
}
.TagClassName
{
border-color: #810CFA;
}
</style>