Shades of Electric Indigo #8100ED
Tints of Electric Indigo #8100ED
RGB
CMYK
RGB Variations
Color information
#8100ED (or 0x8100ED) is known color: Electric Indigo. HEX triplet: 81, 00 and ED. RGB value is (129,0,237). Sum of RGB (Red+Green+Blue) = 129+0+237=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #8100ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8100ED is #7EFF12. Grayscale: #404040. Windows color (decimal): -8322835 or 15532161. OLE color: 15532161.
HSL color Cylindrical-coordinate representation of color #8100ED: hue angle of 272.66º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100ED is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 0 | 237 | - |
| CMYK | 0.46 | 1 | 0 | 0.07 |
| HSL | 272.66º | 1% | 0.46% | - |
| HSV(B) | 272.66º | 1% | 0.93% | - |
| XYZ | 24.34 | 10.78 | 80.92 | - |
| YUV | 65.59 | 224.74 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 237 | 0.46 | 1 | 0 | 0.07 | 272.66 | 1 | 0.46 |
| Hex | 81 | 0 | ED | 2E | 64 | 0 | 7 | 111 | 64 | 2E |
| Octal | 201 | 0 | 355 | 56 | 144 | 0 | 7 | 421 | 144 | 56 |
| Binary | 10000001 | 0 | 11101101 | 101110 | 1100100 | 0 | 111 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8100ED
Complementary color
Monochromatic Colors of #8100ED
Black with #8100ED
Text Example
Text Example
White with #8100ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100ED; }
p { color: rgb(129,0,237); }
H1.HeaderClassName
{
color: #8100ED;
}
.AnyTagClassName
{
color: #8100ED;
}
</style>
background-color css
<style>
a { background-color: #8100ED; }
a { background-color: rgb(129,0,237); }
div.DivClassName
{
background-color: #8100ED;
}
.BgClassName
{
background-color: #8100ED;
}
</style>
border-color css
<style>
span { border-color: #8100ED; }
span { border-color: rgb(129,0,237); }
td.TdClassName
{
border-color: #8100ED;
}
.TagClassName
{
border-color: #8100ED;
}
</style>