Shades of Electric Indigo #5B01FF
Tints of Electric Indigo #5B01FF
RGB
CMYK
RGB Variations
Color information
#5B01FF (or 0x5B01FF) is known color: Electric Indigo. HEX triplet: 5B, 01 and FF. RGB value is (91,1,255). Sum of RGB (Red+Green+Blue) = 91+1+255=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B01FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B01FF is #A4FE00. Grayscale: #373737. Windows color (decimal): -10812929 or 16712027. OLE color: 16712027.
HSL color Cylindrical-coordinate representation of color #5B01FF: hue angle of 261.26º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B01FF is Cyan = 0.64, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 1 | 255 | - |
| CMYK | 0.64 | 1.00 | 0 | 0 |
| HSL | 261.26º | 1% | 0.5% | - |
| HSV(B) | 261.26º | 1% | 1% | - |
| XYZ | 22.38 | 9.47 | 95.26 | - |
| YUV | 56.87 | 239.82 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 255 | 0.64 | 1.00 | 0 | 0 | 261.26 | 1 | 0.5 |
| Hex | 5B | 1 | FF | 40 | 64 | 0 | 0 | 105 | 64 | 32 |
| Octal | 133 | 1 | 377 | 100 | 144 | 0 | 0 | 405 | 144 | 62 |
| Binary | 1011011 | 1 | 11111111 | 1000000 | 1100100 | 0 | 0 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5B01FF
Complementary color
Monochromatic Colors of #5B01FF
Black with #5B01FF
Text Example
Text Example
White with #5B01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B01FF; }
p { color: rgb(91,1,255); }
H1.HeaderClassName
{
color: #5B01FF;
}
.AnyTagClassName
{
color: #5B01FF;
}
</style>
background-color css
<style>
a { background-color: #5B01FF; }
a { background-color: rgb(91,1,255); }
div.DivClassName
{
background-color: #5B01FF;
}
.BgClassName
{
background-color: #5B01FF;
}
</style>
border-color css
<style>
span { border-color: #5B01FF; }
span { border-color: rgb(91,1,255); }
td.TdClassName
{
border-color: #5B01FF;
}
.TagClassName
{
border-color: #5B01FF;
}
</style>