Shades of Electric Indigo #5B05FB
Tints of Electric Indigo #5B05FB
RGB
CMYK
RGB Variations
Color information
#5B05FB (or 0x5B05FB) is known color: Electric Indigo. HEX triplet: 5B, 05 and FB. RGB value is (91,5,251). Sum of RGB (Red+Green+Blue) = 91+5+251=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B05FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B05FB is #A4FA04. Grayscale: #393939. Windows color (decimal): -10811909 or 16450907. OLE color: 16450907.
HSL color Cylindrical-coordinate representation of color #5B05FB: hue angle of 260.98º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B05FB is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 5 | 251 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.02 |
| HSL | 260.98º | 0.97% | 0.5% | - |
| HSV(B) | 260.98º | 0.98% | 0.98% | - |
| XYZ | 21.78 | 9.3 | 91.91 | - |
| YUV | 58.76 | 236.49 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 251 | 0.64 | 0.98 | 0 | 0.02 | 260.98 | 0.97 | 0.5 |
| Hex | 5B | 5 | FB | 40 | 62 | 0 | 2 | 105 | 61 | 32 |
| Octal | 133 | 5 | 373 | 100 | 142 | 0 | 2 | 405 | 141 | 62 |
| Binary | 1011011 | 101 | 11111011 | 1000000 | 1100010 | 0 | 10 | 100000101 | 1100001 | 110010 |
Color Harmonies of #5B05FB
Complementary color
Monochromatic Colors of #5B05FB
Black with #5B05FB
Text Example
Text Example
White with #5B05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B05FB; }
p { color: rgb(91,5,251); }
H1.HeaderClassName
{
color: #5B05FB;
}
.AnyTagClassName
{
color: #5B05FB;
}
</style>
background-color css
<style>
a { background-color: #5B05FB; }
a { background-color: rgb(91,5,251); }
div.DivClassName
{
background-color: #5B05FB;
}
.BgClassName
{
background-color: #5B05FB;
}
</style>
border-color css
<style>
span { border-color: #5B05FB; }
span { border-color: rgb(91,5,251); }
td.TdClassName
{
border-color: #5B05FB;
}
.TagClassName
{
border-color: #5B05FB;
}
</style>