Shades of Electric Indigo #5B01ED
Tints of Electric Indigo #5B01ED
RGB
CMYK
RGB Variations
Color information
#5B01ED (or 0x5B01ED) is known color: Electric Indigo. HEX triplet: 5B, 01 and ED. RGB value is (91,1,237). Sum of RGB (Red+Green+Blue) = 91+1+237=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B01ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B01ED is #A4FE12. Grayscale: #353535. Windows color (decimal): -10812947 or 15532379. OLE color: 15532379.
HSL color Cylindrical-coordinate representation of color #5B01ED: hue angle of 262.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B01ED is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 1 | 237 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.07 |
| HSL | 262.88º | 0.99% | 0.47% | - |
| HSV(B) | 262.88º | 1% | 0.93% | - |
| XYZ | 19.61 | 8.36 | 80.7 | - |
| YUV | 54.81 | 230.82 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 237 | 0.62 | 1.00 | 0 | 0.07 | 262.88 | 0.99 | 0.47 |
| Hex | 5B | 1 | ED | 3E | 64 | 0 | 7 | 107 | 63 | 2F |
| Octal | 133 | 1 | 355 | 76 | 144 | 0 | 7 | 407 | 143 | 57 |
| Binary | 1011011 | 1 | 11101101 | 111110 | 1100100 | 0 | 111 | 100000111 | 1100011 | 101111 |
Color Harmonies of #5B01ED
Complementary color
Monochromatic Colors of #5B01ED
Black with #5B01ED
Text Example
Text Example
White with #5B01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B01ED; }
p { color: rgb(91,1,237); }
H1.HeaderClassName
{
color: #5B01ED;
}
.AnyTagClassName
{
color: #5B01ED;
}
</style>
background-color css
<style>
a { background-color: #5B01ED; }
a { background-color: rgb(91,1,237); }
div.DivClassName
{
background-color: #5B01ED;
}
.BgClassName
{
background-color: #5B01ED;
}
</style>
border-color css
<style>
span { border-color: #5B01ED; }
span { border-color: rgb(91,1,237); }
td.TdClassName
{
border-color: #5B01ED;
}
.TagClassName
{
border-color: #5B01ED;
}
</style>