Shades of Electric Indigo #800BFA
Tints of Electric Indigo #800BFA
RGB
CMYK
RGB Variations
Color information
#800BFA (or 0x800BFA) is known color: Electric Indigo. HEX triplet: 80, 0B and FA. RGB value is (128,11,250). Sum of RGB (Red+Green+Blue) = 128+11+250=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #800BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BFA is #7FF405. Grayscale: #484848. Windows color (decimal): -8385542 or 16386944. OLE color: 16386944.
HSL color Cylindrical-coordinate representation of color #800BFA: hue angle of 269.37º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800BFA is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 11 | 250 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.02 |
| HSL | 269.37º | 0.96% | 0.51% | - |
| HSV(B) | 269.37º | 0.96% | 0.98% | - |
| XYZ | 26.28 | 11.73 | 91.32 | - |
| YUV | 73.23 | 227.76 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 250 | 0.49 | 0.96 | 0 | 0.02 | 269.37 | 0.96 | 0.51 |
| Hex | 80 | B | FA | 31 | 60 | 0 | 2 | 10D | 60 | 33 |
| Octal | 200 | 13 | 372 | 61 | 140 | 0 | 2 | 415 | 140 | 63 |
| Binary | 10000000 | 1011 | 11111010 | 110001 | 1100000 | 0 | 10 | 100001101 | 1100000 | 110011 |
Color Harmonies of #800BFA
Complementary color
Monochromatic Colors of #800BFA
Black with #800BFA
Text Example
Text Example
White with #800BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BFA; }
p { color: rgb(128,11,250); }
H1.HeaderClassName
{
color: #800BFA;
}
.AnyTagClassName
{
color: #800BFA;
}
</style>
background-color css
<style>
a { background-color: #800BFA; }
a { background-color: rgb(128,11,250); }
div.DivClassName
{
background-color: #800BFA;
}
.BgClassName
{
background-color: #800BFA;
}
</style>
border-color css
<style>
span { border-color: #800BFA; }
span { border-color: rgb(128,11,250); }
td.TdClassName
{
border-color: #800BFA;
}
.TagClassName
{
border-color: #800BFA;
}
</style>