Shades of Electric Indigo #800BFB
Tints of Electric Indigo #800BFB
RGB
CMYK
RGB Variations
Color information
#800BFB (or 0x800BFB) is known color: Electric Indigo. HEX triplet: 80, 0B and FB. RGB value is (128,11,251). Sum of RGB (Red+Green+Blue) = 128+11+251=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #800BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BFB is #7FF404. Grayscale: #484848. Windows color (decimal): -8385541 or 16452480. OLE color: 16452480.
HSL color Cylindrical-coordinate representation of color #800BFB: hue angle of 269.25º degrees, saturation: 0.97, 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 #800BFB is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 11 | 251 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.02 |
| HSL | 269.25º | 0.97% | 0.51% | - |
| HSV(B) | 269.25º | 0.96% | 0.98% | - |
| XYZ | 26.43 | 11.79 | 92.15 | - |
| YUV | 73.34 | 228.26 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 251 | 0.49 | 0.96 | 0 | 0.02 | 269.25 | 0.97 | 0.51 |
| Hex | 80 | B | FB | 31 | 60 | 0 | 2 | 10D | 61 | 33 |
| Octal | 200 | 13 | 373 | 61 | 140 | 0 | 2 | 415 | 141 | 63 |
| Binary | 10000000 | 1011 | 11111011 | 110001 | 1100000 | 0 | 10 | 100001101 | 1100001 | 110011 |
Color Harmonies of #800BFB
Complementary color
Monochromatic Colors of #800BFB
Black with #800BFB
Text Example
Text Example
White with #800BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BFB; }
p { color: rgb(128,11,251); }
H1.HeaderClassName
{
color: #800BFB;
}
.AnyTagClassName
{
color: #800BFB;
}
</style>
background-color css
<style>
a { background-color: #800BFB; }
a { background-color: rgb(128,11,251); }
div.DivClassName
{
background-color: #800BFB;
}
.BgClassName
{
background-color: #800BFB;
}
</style>
border-color css
<style>
span { border-color: #800BFB; }
span { border-color: rgb(128,11,251); }
td.TdClassName
{
border-color: #800BFB;
}
.TagClassName
{
border-color: #800BFB;
}
</style>