Shades of Electric Indigo #5B00FA
Tints of Electric Indigo #5B00FA
RGB
CMYK
RGB Variations
Color information
#5B00FA (or 0x5B00FA) is known color: Electric Indigo. HEX triplet: 5B, 00 and FA. RGB value is (91,0,250). Sum of RGB (Red+Green+Blue) = 91+0+250=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B00FA is #A4FF05. Grayscale: #363636. Windows color (decimal): -10813190 or 16384091. OLE color: 16384091.
HSL color Cylindrical-coordinate representation of color #5B00FA: hue angle of 261.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00FA is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 0 | 250 | - |
| CMYK | 0.64 | 1 | 0 | 0.02 |
| HSL | 261.84º | 1% | 0.49% | - |
| HSV(B) | 261.84º | 1% | 0.98% | - |
| XYZ | 21.57 | 9.13 | 91.07 | - |
| YUV | 55.71 | 237.65 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 250 | 0.64 | 1 | 0 | 0.02 | 261.84 | 1 | 0.49 |
| Hex | 5B | 0 | FA | 40 | 64 | 0 | 2 | 106 | 64 | 31 |
| Octal | 133 | 0 | 372 | 100 | 144 | 0 | 2 | 406 | 144 | 61 |
| Binary | 1011011 | 0 | 11111010 | 1000000 | 1100100 | 0 | 10 | 100000110 | 1100100 | 110001 |
Color Harmonies of #5B00FA
Complementary color
Monochromatic Colors of #5B00FA
Black with #5B00FA
Text Example
Text Example
White with #5B00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B00FA; }
p { color: rgb(91,0,250); }
H1.HeaderClassName
{
color: #5B00FA;
}
.AnyTagClassName
{
color: #5B00FA;
}
</style>
background-color css
<style>
a { background-color: #5B00FA; }
a { background-color: rgb(91,0,250); }
div.DivClassName
{
background-color: #5B00FA;
}
.BgClassName
{
background-color: #5B00FA;
}
</style>
border-color css
<style>
span { border-color: #5B00FA; }
span { border-color: rgb(91,0,250); }
td.TdClassName
{
border-color: #5B00FA;
}
.TagClassName
{
border-color: #5B00FA;
}
</style>