Shades of Electric Indigo #5B06FA
Tints of Electric Indigo #5B06FA
RGB
CMYK
RGB Variations
Color information
#5B06FA (or 0x5B06FA) is known color: Electric Indigo. HEX triplet: 5B, 06 and FA. RGB value is (91,6,250). Sum of RGB (Red+Green+Blue) = 91+6+250=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B06FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B06FA is #A4F905. Grayscale: #3A3A3A. Windows color (decimal): -10811654 or 16385627. OLE color: 16385627.
HSL color Cylindrical-coordinate representation of color #5B06FA: hue angle of 260.9º degrees, saturation: 0.96, 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 #5B06FA is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 6 | 250 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.02 |
| HSL | 260.9º | 0.96% | 0.5% | - |
| HSV(B) | 260.9º | 0.98% | 0.98% | - |
| XYZ | 21.63 | 9.26 | 91.09 | - |
| YUV | 59.23 | 235.66 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 250 | 0.64 | 0.98 | 0 | 0.02 | 260.9 | 0.96 | 0.5 |
| Hex | 5B | 6 | FA | 40 | 62 | 0 | 2 | 105 | 60 | 32 |
| Octal | 133 | 6 | 372 | 100 | 142 | 0 | 2 | 405 | 140 | 62 |
| Binary | 1011011 | 110 | 11111010 | 1000000 | 1100010 | 0 | 10 | 100000101 | 1100000 | 110010 |
Color Harmonies of #5B06FA
Complementary color
Monochromatic Colors of #5B06FA
Black with #5B06FA
Text Example
Text Example
White with #5B06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06FA; }
p { color: rgb(91,6,250); }
H1.HeaderClassName
{
color: #5B06FA;
}
.AnyTagClassName
{
color: #5B06FA;
}
</style>
background-color css
<style>
a { background-color: #5B06FA; }
a { background-color: rgb(91,6,250); }
div.DivClassName
{
background-color: #5B06FA;
}
.BgClassName
{
background-color: #5B06FA;
}
</style>
border-color css
<style>
span { border-color: #5B06FA; }
span { border-color: rgb(91,6,250); }
td.TdClassName
{
border-color: #5B06FA;
}
.TagClassName
{
border-color: #5B06FA;
}
</style>