Shades of Electric Indigo #5B04FF
Tints of Electric Indigo #5B04FF
RGB
CMYK
RGB Variations
Color information
#5B04FF (or 0x5B04FF) is known color: Electric Indigo. HEX triplet: 5B, 04 and FF. RGB value is (91,4,255). Sum of RGB (Red+Green+Blue) = 91+4+255=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B04FF is #A4FB00. Grayscale: #393939. Windows color (decimal): -10812161 or 16712795. OLE color: 16712795.
HSL color Cylindrical-coordinate representation of color #5B04FF: hue angle of 260.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B04FF is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 4 | 255 | - |
| CMYK | 0.64 | 0.98 | 0 | 0 |
| HSL | 260.8º | 1% | 0.51% | - |
| HSV(B) | 260.8º | 0.98% | 1% | - |
| XYZ | 22.41 | 9.53 | 95.27 | - |
| YUV | 58.63 | 238.82 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 255 | 0.64 | 0.98 | 0 | 0 | 260.8 | 1 | 0.51 |
| Hex | 5B | 4 | FF | 40 | 62 | 0 | 0 | 105 | 64 | 33 |
| Octal | 133 | 4 | 377 | 100 | 142 | 0 | 0 | 405 | 144 | 63 |
| Binary | 1011011 | 100 | 11111111 | 1000000 | 1100010 | 0 | 0 | 100000101 | 1100100 | 110011 |
Color Harmonies of #5B04FF
Complementary color
Monochromatic Colors of #5B04FF
Black with #5B04FF
Text Example
Text Example
White with #5B04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B04FF; }
p { color: rgb(91,4,255); }
H1.HeaderClassName
{
color: #5B04FF;
}
.AnyTagClassName
{
color: #5B04FF;
}
</style>
background-color css
<style>
a { background-color: #5B04FF; }
a { background-color: rgb(91,4,255); }
div.DivClassName
{
background-color: #5B04FF;
}
.BgClassName
{
background-color: #5B04FF;
}
</style>
border-color css
<style>
span { border-color: #5B04FF; }
span { border-color: rgb(91,4,255); }
td.TdClassName
{
border-color: #5B04FF;
}
.TagClassName
{
border-color: #5B04FF;
}
</style>