Shades of Electric Indigo #5B02FA
Tints of Electric Indigo #5B02FA
RGB
CMYK
RGB Variations
Color information
#5B02FA (or 0x5B02FA) is known color: Electric Indigo. HEX triplet: 5B, 02 and FA. RGB value is (91,2,250). Sum of RGB (Red+Green+Blue) = 91+2+250=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B02FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B02FA is #A4FD05. Grayscale: #373737. Windows color (decimal): -10812678 or 16384603. OLE color: 16384603.
HSL color Cylindrical-coordinate representation of color #5B02FA: hue angle of 261.53º 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 #5B02FA is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 2 | 250 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.02 |
| HSL | 261.53º | 0.98% | 0.49% | - |
| HSV(B) | 261.53º | 0.99% | 0.98% | - |
| XYZ | 21.59 | 9.17 | 91.07 | - |
| YUV | 56.88 | 236.99 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 250 | 0.64 | 0.99 | 0 | 0.02 | 261.53 | 0.98 | 0.49 |
| Hex | 5B | 2 | FA | 40 | 63 | 0 | 2 | 106 | 62 | 31 |
| Octal | 133 | 2 | 372 | 100 | 143 | 0 | 2 | 406 | 142 | 61 |
| Binary | 1011011 | 10 | 11111010 | 1000000 | 1100011 | 0 | 10 | 100000110 | 1100010 | 110001 |
Color Harmonies of #5B02FA
Complementary color
Monochromatic Colors of #5B02FA
Black with #5B02FA
Text Example
Text Example
White with #5B02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B02FA; }
p { color: rgb(91,2,250); }
H1.HeaderClassName
{
color: #5B02FA;
}
.AnyTagClassName
{
color: #5B02FA;
}
</style>
background-color css
<style>
a { background-color: #5B02FA; }
a { background-color: rgb(91,2,250); }
div.DivClassName
{
background-color: #5B02FA;
}
.BgClassName
{
background-color: #5B02FA;
}
</style>
border-color css
<style>
span { border-color: #5B02FA; }
span { border-color: rgb(91,2,250); }
td.TdClassName
{
border-color: #5B02FA;
}
.TagClassName
{
border-color: #5B02FA;
}
</style>