Shades of Electric Indigo #5B0BFC
Tints of Electric Indigo #5B0BFC
RGB
CMYK
RGB Variations
Color information
#5B0BFC (or 0x5B0BFC) is known color: Electric Indigo. HEX triplet: 5B, 0B and FC. RGB value is (91,11,252). Sum of RGB (Red+Green+Blue) = 91+11+252=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B0BFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0BFC is #A4F403. Grayscale: #3D3D3D. Windows color (decimal): -10810372 or 16517979. OLE color: 16517979.
HSL color Cylindrical-coordinate representation of color #5B0BFC: hue angle of 259.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0BFC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 11 | 252 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.01 |
| HSL | 259.92º | 0.98% | 0.52% | - |
| HSV(B) | 259.92º | 0.96% | 0.99% | - |
| XYZ | 22 | 9.49 | 92.77 | - |
| YUV | 62.39 | 235 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 252 | 0.64 | 0.96 | 0 | 0.01 | 259.92 | 0.98 | 0.52 |
| Hex | 5B | B | FC | 40 | 60 | 0 | 1 | 104 | 62 | 34 |
| Octal | 133 | 13 | 374 | 100 | 140 | 0 | 1 | 404 | 142 | 64 |
| Binary | 1011011 | 1011 | 11111100 | 1000000 | 1100000 | 0 | 1 | 100000100 | 1100010 | 110100 |
Color Harmonies of #5B0BFC
Complementary color
Monochromatic Colors of #5B0BFC
Black with #5B0BFC
Text Example
Text Example
White with #5B0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0BFC; }
p { color: rgb(91,11,252); }
H1.HeaderClassName
{
color: #5B0BFC;
}
.AnyTagClassName
{
color: #5B0BFC;
}
</style>
background-color css
<style>
a { background-color: #5B0BFC; }
a { background-color: rgb(91,11,252); }
div.DivClassName
{
background-color: #5B0BFC;
}
.BgClassName
{
background-color: #5B0BFC;
}
</style>
border-color css
<style>
span { border-color: #5B0BFC; }
span { border-color: rgb(91,11,252); }
td.TdClassName
{
border-color: #5B0BFC;
}
.TagClassName
{
border-color: #5B0BFC;
}
</style>