Shades of Electric Indigo #800DFB
Tints of Electric Indigo #800DFB
RGB
CMYK
RGB Variations
Color information
#800DFB (or 0x800DFB) is known color: Electric Indigo. HEX triplet: 80, 0D and FB. RGB value is (128,13,251). Sum of RGB (Red+Green+Blue) = 128+13+251=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #800DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800DFB is #7FF204. Grayscale: #494949. Windows color (decimal): -8385029 or 16452992. OLE color: 16452992.
HSL color Cylindrical-coordinate representation of color #800DFB: hue angle of 268.99º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800DFB is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 13 | 251 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.02 |
| HSL | 268.99º | 0.97% | 0.52% | - |
| HSV(B) | 268.99º | 0.95% | 0.98% | - |
| XYZ | 26.46 | 11.84 | 92.16 | - |
| YUV | 74.52 | 227.6 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 251 | 0.49 | 0.95 | 0 | 0.02 | 268.99 | 0.97 | 0.52 |
| Hex | 80 | D | FB | 31 | 5F | 0 | 2 | 10D | 61 | 34 |
| Octal | 200 | 15 | 373 | 61 | 137 | 0 | 2 | 415 | 141 | 64 |
| Binary | 10000000 | 1101 | 11111011 | 110001 | 1011111 | 0 | 10 | 100001101 | 1100001 | 110100 |
Color Harmonies of #800DFB
Complementary color
Monochromatic Colors of #800DFB
Black with #800DFB
Text Example
Text Example
White with #800DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DFB; }
p { color: rgb(128,13,251); }
H1.HeaderClassName
{
color: #800DFB;
}
.AnyTagClassName
{
color: #800DFB;
}
</style>
background-color css
<style>
a { background-color: #800DFB; }
a { background-color: rgb(128,13,251); }
div.DivClassName
{
background-color: #800DFB;
}
.BgClassName
{
background-color: #800DFB;
}
</style>
border-color css
<style>
span { border-color: #800DFB; }
span { border-color: rgb(128,13,251); }
td.TdClassName
{
border-color: #800DFB;
}
.TagClassName
{
border-color: #800DFB;
}
</style>