Shades of Electric Indigo #5B07FE
Tints of Electric Indigo #5B07FE
RGB
CMYK
RGB Variations
Color information
#5B07FE (or 0x5B07FE) is known color: Electric Indigo. HEX triplet: 5B, 07 and FE. RGB value is (91,7,254). Sum of RGB (Red+Green+Blue) = 91+7+254=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B07FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B07FE is #A4F801. Grayscale: #3B3B3B. Windows color (decimal): -10811394 or 16648027. OLE color: 16648027.
HSL color Cylindrical-coordinate representation of color #5B07FE: hue angle of 260.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B07FE is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 7 | 254 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.00 |
| HSL | 260.4º | 0.99% | 0.51% | - |
| HSV(B) | 260.4º | 0.97% | 1% | - |
| XYZ | 22.28 | 9.53 | 94.43 | - |
| YUV | 60.27 | 237.33 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 254 | 0.64 | 0.97 | 0 | 0.00 | 260.4 | 0.99 | 0.51 |
| Hex | 5B | 7 | FE | 40 | 61 | 0 | 0 | 104 | 63 | 33 |
| Octal | 133 | 7 | 376 | 100 | 141 | 0 | 0 | 404 | 143 | 63 |
| Binary | 1011011 | 111 | 11111110 | 1000000 | 1100001 | 0 | 0 | 100000100 | 1100011 | 110011 |
Color Harmonies of #5B07FE
Complementary color
Monochromatic Colors of #5B07FE
Black with #5B07FE
Text Example
Text Example
White with #5B07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07FE; }
p { color: rgb(91,7,254); }
H1.HeaderClassName
{
color: #5B07FE;
}
.AnyTagClassName
{
color: #5B07FE;
}
</style>
background-color css
<style>
a { background-color: #5B07FE; }
a { background-color: rgb(91,7,254); }
div.DivClassName
{
background-color: #5B07FE;
}
.BgClassName
{
background-color: #5B07FE;
}
</style>
border-color css
<style>
span { border-color: #5B07FE; }
span { border-color: rgb(91,7,254); }
td.TdClassName
{
border-color: #5B07FE;
}
.TagClassName
{
border-color: #5B07FE;
}
</style>