Shades of Electric Indigo #800EFD
Tints of Electric Indigo #800EFD
RGB
CMYK
RGB Variations
Color information
#800EFD (or 0x800EFD) is known color: Electric Indigo. HEX triplet: 80, 0E and FD. RGB value is (128,14,253). Sum of RGB (Red+Green+Blue) = 128+14+253=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #800EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EFD is #7FF102. Grayscale: #4A4A4A. Windows color (decimal): -8384771 or 16584320. OLE color: 16584320.
HSL color Cylindrical-coordinate representation of color #800EFD: hue angle of 268.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EFD is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 14 | 253 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.01 |
| HSL | 268.62º | 0.98% | 0.52% | - |
| HSV(B) | 268.62º | 0.94% | 0.99% | - |
| XYZ | 26.79 | 12 | 93.83 | - |
| YUV | 75.33 | 228.27 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 253 | 0.49 | 0.94 | 0 | 0.01 | 268.62 | 0.98 | 0.52 |
| Hex | 80 | E | FD | 31 | 5E | 0 | 1 | 10D | 62 | 34 |
| Octal | 200 | 16 | 375 | 61 | 136 | 0 | 1 | 415 | 142 | 64 |
| Binary | 10000000 | 1110 | 11111101 | 110001 | 1011110 | 0 | 1 | 100001101 | 1100010 | 110100 |
Color Harmonies of #800EFD
Complementary color
Monochromatic Colors of #800EFD
Black with #800EFD
Text Example
Text Example
White with #800EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EFD; }
p { color: rgb(128,14,253); }
H1.HeaderClassName
{
color: #800EFD;
}
.AnyTagClassName
{
color: #800EFD;
}
</style>
background-color css
<style>
a { background-color: #800EFD; }
a { background-color: rgb(128,14,253); }
div.DivClassName
{
background-color: #800EFD;
}
.BgClassName
{
background-color: #800EFD;
}
</style>
border-color css
<style>
span { border-color: #800EFD; }
span { border-color: rgb(128,14,253); }
td.TdClassName
{
border-color: #800EFD;
}
.TagClassName
{
border-color: #800EFD;
}
</style>