Shades of Electric Indigo #5B0BFB
Tints of Electric Indigo #5B0BFB
RGB
CMYK
RGB Variations
Color information
#5B0BFB (or 0x5B0BFB) is known color: Electric Indigo. HEX triplet: 5B, 0B and FB. RGB value is (91,11,251). Sum of RGB (Red+Green+Blue) = 91+11+251=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B0BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0BFB is #A4F404. Grayscale: #3D3D3D. Windows color (decimal): -10810373 or 16452443. OLE color: 16452443.
HSL color Cylindrical-coordinate representation of color #5B0BFB: hue angle of 260º 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 #5B0BFB is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 11 | 251 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.02 |
| HSL | 260º | 0.97% | 0.51% | - |
| HSV(B) | 260º | 0.96% | 0.98% | - |
| XYZ | 21.85 | 9.43 | 91.94 | - |
| YUV | 62.28 | 234.5 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 251 | 0.64 | 0.96 | 0 | 0.02 | 260 | 0.97 | 0.51 |
| Hex | 5B | B | FB | 40 | 60 | 0 | 2 | 104 | 61 | 33 |
| Octal | 133 | 13 | 373 | 100 | 140 | 0 | 2 | 404 | 141 | 63 |
| Binary | 1011011 | 1011 | 11111011 | 1000000 | 1100000 | 0 | 10 | 100000100 | 1100001 | 110011 |
Color Harmonies of #5B0BFB
Complementary color
Monochromatic Colors of #5B0BFB
Black with #5B0BFB
Text Example
Text Example
White with #5B0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0BFB; }
p { color: rgb(91,11,251); }
H1.HeaderClassName
{
color: #5B0BFB;
}
.AnyTagClassName
{
color: #5B0BFB;
}
</style>
background-color css
<style>
a { background-color: #5B0BFB; }
a { background-color: rgb(91,11,251); }
div.DivClassName
{
background-color: #5B0BFB;
}
.BgClassName
{
background-color: #5B0BFB;
}
</style>
border-color css
<style>
span { border-color: #5B0BFB; }
span { border-color: rgb(91,11,251); }
td.TdClassName
{
border-color: #5B0BFB;
}
.TagClassName
{
border-color: #5B0BFB;
}
</style>