Shades of Electric Indigo #810CF5
Tints of Electric Indigo #810CF5
RGB
CMYK
RGB Variations
Color information
#810CF5 (or 0x810CF5) is known color: Electric Indigo. HEX triplet: 81, 0C and F5. RGB value is (129,12,245). Sum of RGB (Red+Green+Blue) = 129+12+245=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #810CF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810CF5 is #7EF30A. Grayscale: #484848. Windows color (decimal): -8319755 or 16059521. OLE color: 16059521.
HSL color Cylindrical-coordinate representation of color #810CF5: hue angle of 270.13º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810CF5 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 12 | 245 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.04 |
| HSL | 270.13º | 0.92% | 0.5% | - |
| HSV(B) | 270.13º | 0.95% | 0.96% | - |
| XYZ | 25.67 | 11.52 | 87.26 | - |
| YUV | 73.55 | 224.76 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 245 | 0.47 | 0.95 | 0 | 0.04 | 270.13 | 0.92 | 0.5 |
| Hex | 81 | C | F5 | 2F | 5F | 0 | 4 | 10E | 5C | 32 |
| Octal | 201 | 14 | 365 | 57 | 137 | 0 | 4 | 416 | 134 | 62 |
| Binary | 10000001 | 1100 | 11110101 | 101111 | 1011111 | 0 | 100 | 100001110 | 1011100 | 110010 |
Color Harmonies of #810CF5
Complementary color
Monochromatic Colors of #810CF5
Black with #810CF5
Text Example
Text Example
White with #810CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CF5; }
p { color: rgb(129,12,245); }
H1.HeaderClassName
{
color: #810CF5;
}
.AnyTagClassName
{
color: #810CF5;
}
</style>
background-color css
<style>
a { background-color: #810CF5; }
a { background-color: rgb(129,12,245); }
div.DivClassName
{
background-color: #810CF5;
}
.BgClassName
{
background-color: #810CF5;
}
</style>
border-color css
<style>
span { border-color: #810CF5; }
span { border-color: rgb(129,12,245); }
td.TdClassName
{
border-color: #810CF5;
}
.TagClassName
{
border-color: #810CF5;
}
</style>