Shades of Electric Indigo #5A00FB
Tints of Electric Indigo #5A00FB
RGB
CMYK
RGB Variations
Color information
#5A00FB (or 0x5A00FB) is known color: Electric Indigo. HEX triplet: 5A, 00 and FB. RGB value is (90,0,251). Sum of RGB (Red+Green+Blue) = 90+0+251=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00FB is #A5FF04. Grayscale: #363636. Windows color (decimal): -10878725 or 16449626. OLE color: 16449626.
HSL color Cylindrical-coordinate representation of color #5A00FB: hue angle of 261.51º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00FB is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 0 | 251 | - |
| CMYK | 0.64 | 1 | 0 | 0.02 |
| HSL | 261.51º | 1% | 0.49% | - |
| HSV(B) | 261.51º | 1% | 0.98% | - |
| XYZ | 21.63 | 9.14 | 91.89 | - |
| YUV | 55.52 | 238.32 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 251 | 0.64 | 1 | 0 | 0.02 | 261.51 | 1 | 0.49 |
| Hex | 5A | 0 | FB | 40 | 64 | 0 | 2 | 106 | 64 | 31 |
| Octal | 132 | 0 | 373 | 100 | 144 | 0 | 2 | 406 | 144 | 61 |
| Binary | 1011010 | 0 | 11111011 | 1000000 | 1100100 | 0 | 10 | 100000110 | 1100100 | 110001 |
Color Harmonies of #5A00FB
Complementary color
Monochromatic Colors of #5A00FB
Black with #5A00FB
Text Example
Text Example
White with #5A00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00FB; }
p { color: rgb(90,0,251); }
H1.HeaderClassName
{
color: #5A00FB;
}
.AnyTagClassName
{
color: #5A00FB;
}
</style>
background-color css
<style>
a { background-color: #5A00FB; }
a { background-color: rgb(90,0,251); }
div.DivClassName
{
background-color: #5A00FB;
}
.BgClassName
{
background-color: #5A00FB;
}
</style>
border-color css
<style>
span { border-color: #5A00FB; }
span { border-color: rgb(90,0,251); }
td.TdClassName
{
border-color: #5A00FB;
}
.TagClassName
{
border-color: #5A00FB;
}
</style>