Shades of Electric Indigo #5B03F9
Tints of Electric Indigo #5B03F9
RGB
CMYK
RGB Variations
Color information
#5B03F9 (or 0x5B03F9) is known color: Electric Indigo. HEX triplet: 5B, 03 and F9. RGB value is (91,3,249). Sum of RGB (Red+Green+Blue) = 91+3+249=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 249 (97.66% from 255 or 72.59% from 343); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B03F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B03F9 is #A4FC06. Grayscale: #383838. Windows color (decimal): -10812423 or 16319323. OLE color: 16319323.
HSL color Cylindrical-coordinate representation of color #5B03F9: hue angle of 261.46º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B03F9 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 3 | 249 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.02 |
| HSL | 261.46º | 0.98% | 0.49% | - |
| HSV(B) | 261.46º | 0.99% | 0.98% | - |
| XYZ | 21.45 | 9.13 | 90.25 | - |
| YUV | 57.36 | 236.15 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 249 | 0.63 | 0.99 | 0 | 0.02 | 261.46 | 0.98 | 0.49 |
| Hex | 5B | 3 | F9 | 3F | 63 | 0 | 2 | 105 | 62 | 31 |
| Octal | 133 | 3 | 371 | 77 | 143 | 0 | 2 | 405 | 142 | 61 |
| Binary | 1011011 | 11 | 11111001 | 111111 | 1100011 | 0 | 10 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5B03F9
Complementary color
Monochromatic Colors of #5B03F9
Black with #5B03F9
Text Example
Text Example
White with #5B03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B03F9; }
p { color: rgb(91,3,249); }
H1.HeaderClassName
{
color: #5B03F9;
}
.AnyTagClassName
{
color: #5B03F9;
}
</style>
background-color css
<style>
a { background-color: #5B03F9; }
a { background-color: rgb(91,3,249); }
div.DivClassName
{
background-color: #5B03F9;
}
.BgClassName
{
background-color: #5B03F9;
}
</style>
border-color css
<style>
span { border-color: #5B03F9; }
span { border-color: rgb(91,3,249); }
td.TdClassName
{
border-color: #5B03F9;
}
.TagClassName
{
border-color: #5B03F9;
}
</style>