Shades of Electric Indigo #5B03FE
Tints of Electric Indigo #5B03FE
RGB
CMYK
RGB Variations
Color information
#5B03FE (or 0x5B03FE) is known color: Electric Indigo. HEX triplet: 5B, 03 and FE. RGB value is (91,3,254). Sum of RGB (Red+Green+Blue) = 91+3+254=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B03FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B03FE is #A4FC01. Grayscale: #393939. Windows color (decimal): -10812418 or 16647003. OLE color: 16647003.
HSL color Cylindrical-coordinate representation of color #5B03FE: hue angle of 261.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B03FE is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 3 | 254 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.00 |
| HSL | 261.04º | 0.99% | 0.5% | - |
| HSV(B) | 261.04º | 0.99% | 1% | - |
| XYZ | 22.24 | 9.45 | 94.42 | - |
| YUV | 57.93 | 238.65 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 254 | 0.64 | 0.99 | 0 | 0.00 | 261.04 | 0.99 | 0.5 |
| Hex | 5B | 3 | FE | 40 | 63 | 0 | 0 | 105 | 63 | 32 |
| Octal | 133 | 3 | 376 | 100 | 143 | 0 | 0 | 405 | 143 | 62 |
| Binary | 1011011 | 11 | 11111110 | 1000000 | 1100011 | 0 | 0 | 100000101 | 1100011 | 110010 |
Color Harmonies of #5B03FE
Complementary color
Monochromatic Colors of #5B03FE
Black with #5B03FE
Text Example
Text Example
White with #5B03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B03FE; }
p { color: rgb(91,3,254); }
H1.HeaderClassName
{
color: #5B03FE;
}
.AnyTagClassName
{
color: #5B03FE;
}
</style>
background-color css
<style>
a { background-color: #5B03FE; }
a { background-color: rgb(91,3,254); }
div.DivClassName
{
background-color: #5B03FE;
}
.BgClassName
{
background-color: #5B03FE;
}
</style>
border-color css
<style>
span { border-color: #5B03FE; }
span { border-color: rgb(91,3,254); }
td.TdClassName
{
border-color: #5B03FE;
}
.TagClassName
{
border-color: #5B03FE;
}
</style>