Shades of Electric Indigo #810CF6
Tints of Electric Indigo #810CF6
RGB
CMYK
RGB Variations
Color information
#810CF6 (or 0x810CF6) is known color: Electric Indigo. HEX triplet: 81, 0C and F6. RGB value is (129,12,246). Sum of RGB (Red+Green+Blue) = 129+12+246=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #810CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CF6 is #7EF309. Grayscale: #484848. Windows color (decimal): -8319754 or 16125057. OLE color: 16125057.
HSL color Cylindrical-coordinate representation of color #810CF6: hue angle of 270º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CF6 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 12 | 246 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.04 |
| HSL | 270º | 0.93% | 0.51% | - |
| HSV(B) | 270º | 0.95% | 0.96% | - |
| XYZ | 25.82 | 11.58 | 88.06 | - |
| YUV | 73.66 | 225.26 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 246 | 0.48 | 0.95 | 0 | 0.04 | 270 | 0.93 | 0.51 |
| Hex | 81 | C | F6 | 30 | 5F | 0 | 4 | 10E | 5D | 33 |
| Octal | 201 | 14 | 366 | 60 | 137 | 0 | 4 | 416 | 135 | 63 |
| Binary | 10000001 | 1100 | 11110110 | 110000 | 1011111 | 0 | 100 | 100001110 | 1011101 | 110011 |
Color Harmonies of #810CF6
Complementary color
Monochromatic Colors of #810CF6
Black with #810CF6
Text Example
Text Example
White with #810CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CF6; }
p { color: rgb(129,12,246); }
H1.HeaderClassName
{
color: #810CF6;
}
.AnyTagClassName
{
color: #810CF6;
}
</style>
background-color css
<style>
a { background-color: #810CF6; }
a { background-color: rgb(129,12,246); }
div.DivClassName
{
background-color: #810CF6;
}
.BgClassName
{
background-color: #810CF6;
}
</style>
border-color css
<style>
span { border-color: #810CF6; }
span { border-color: rgb(129,12,246); }
td.TdClassName
{
border-color: #810CF6;
}
.TagClassName
{
border-color: #810CF6;
}
</style>