Shades of Electric Indigo #5B05F9
Tints of Electric Indigo #5B05F9
RGB
CMYK
RGB Variations
Color information
#5B05F9 (or 0x5B05F9) is known color: Electric Indigo. HEX triplet: 5B, 05 and F9. RGB value is (91,5,249). Sum of RGB (Red+Green+Blue) = 91+5+249=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 249 (97.66% from 255 or 72.17% from 345); Max value from RGB is 249 - color contains mainly: blue. Hex color #5B05F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B05F9 is #A4FA06. Grayscale: #393939. Windows color (decimal): -10811911 or 16319835. OLE color: 16319835.
HSL color Cylindrical-coordinate representation of color #5B05F9: hue angle of 261.15º 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 #5B05F9 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 5 | 249 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.02 |
| HSL | 261.15º | 0.96% | 0.5% | - |
| HSV(B) | 261.15º | 0.98% | 0.98% | - |
| XYZ | 21.47 | 9.17 | 90.26 | - |
| YUV | 58.53 | 235.49 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 249 | 0.63 | 0.98 | 0 | 0.02 | 261.15 | 0.96 | 0.5 |
| Hex | 5B | 5 | F9 | 3F | 62 | 0 | 2 | 105 | 60 | 32 |
| Octal | 133 | 5 | 371 | 77 | 142 | 0 | 2 | 405 | 140 | 62 |
| Binary | 1011011 | 101 | 11111001 | 111111 | 1100010 | 0 | 10 | 100000101 | 1100000 | 110010 |
Color Harmonies of #5B05F9
Complementary color
Monochromatic Colors of #5B05F9
Black with #5B05F9
Text Example
Text Example
White with #5B05F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B05F9; }
p { color: rgb(91,5,249); }
H1.HeaderClassName
{
color: #5B05F9;
}
.AnyTagClassName
{
color: #5B05F9;
}
</style>
background-color css
<style>
a { background-color: #5B05F9; }
a { background-color: rgb(91,5,249); }
div.DivClassName
{
background-color: #5B05F9;
}
.BgClassName
{
background-color: #5B05F9;
}
</style>
border-color css
<style>
span { border-color: #5B05F9; }
span { border-color: rgb(91,5,249); }
td.TdClassName
{
border-color: #5B05F9;
}
.TagClassName
{
border-color: #5B05F9;
}
</style>