Shades of Electric Indigo #810BFF
Tints of Electric Indigo #810BFF
RGB
CMYK
RGB Variations
Color information
#810BFF (or 0x810BFF) is known color: Electric Indigo. HEX triplet: 81, 0B and FF. RGB value is (129,11,255). Sum of RGB (Red+Green+Blue) = 129+11+255=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #810BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810BFF is #7EF400. Grayscale: #494949. Windows color (decimal): -8320001 or 16714625. OLE color: 16714625.
HSL color Cylindrical-coordinate representation of color #810BFF: hue angle of 269.02º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810BFF is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 11 | 255 | - |
| CMYK | 0.49 | 0.96 | 0 | 0 |
| HSL | 269.02º | 1% | 0.52% | - |
| HSV(B) | 269.02º | 0.96% | 1% | - |
| XYZ | 27.22 | 12.13 | 95.51 | - |
| YUV | 74.1 | 230.09 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 255 | 0.49 | 0.96 | 0 | 0 | 269.02 | 1 | 0.52 |
| Hex | 81 | B | FF | 31 | 60 | 0 | 0 | 10D | 64 | 34 |
| Octal | 201 | 13 | 377 | 61 | 140 | 0 | 0 | 415 | 144 | 64 |
| Binary | 10000001 | 1011 | 11111111 | 110001 | 1100000 | 0 | 0 | 100001101 | 1100100 | 110100 |
Color Harmonies of #810BFF
Complementary color
Monochromatic Colors of #810BFF
Black with #810BFF
Text Example
Text Example
White with #810BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BFF; }
p { color: rgb(129,11,255); }
H1.HeaderClassName
{
color: #810BFF;
}
.AnyTagClassName
{
color: #810BFF;
}
</style>
background-color css
<style>
a { background-color: #810BFF; }
a { background-color: rgb(129,11,255); }
div.DivClassName
{
background-color: #810BFF;
}
.BgClassName
{
background-color: #810BFF;
}
</style>
border-color css
<style>
span { border-color: #810BFF; }
span { border-color: rgb(129,11,255); }
td.TdClassName
{
border-color: #810BFF;
}
.TagClassName
{
border-color: #810BFF;
}
</style>