Shades of Electric Indigo #5A00FD
Tints of Electric Indigo #5A00FD
RGB
CMYK
RGB Variations
Color information
#5A00FD (or 0x5A00FD) is known color: Electric Indigo. HEX triplet: 5A, 00 and FD. RGB value is (90,0,253). Sum of RGB (Red+Green+Blue) = 90+0+253=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00FD is #A5FF02. Grayscale: #363636. Windows color (decimal): -10878723 or 16580698. OLE color: 16580698.
HSL color Cylindrical-coordinate representation of color #5A00FD: hue angle of 261.34º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00FD is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 0 | 253 | - |
| CMYK | 0.64 | 1 | 0 | 0.01 |
| HSL | 261.34º | 1% | 0.5% | - |
| HSV(B) | 261.34º | 1% | 0.99% | - |
| XYZ | 21.95 | 9.27 | 93.56 | - |
| YUV | 55.75 | 239.32 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 253 | 0.64 | 1 | 0 | 0.01 | 261.34 | 1 | 0.5 |
| Hex | 5A | 0 | FD | 40 | 64 | 0 | 1 | 105 | 64 | 32 |
| Octal | 132 | 0 | 375 | 100 | 144 | 0 | 1 | 405 | 144 | 62 |
| Binary | 1011010 | 0 | 11111101 | 1000000 | 1100100 | 0 | 1 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5A00FD
Complementary color
Monochromatic Colors of #5A00FD
Black with #5A00FD
Text Example
Text Example
White with #5A00FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00FD; }
p { color: rgb(90,0,253); }
H1.HeaderClassName
{
color: #5A00FD;
}
.AnyTagClassName
{
color: #5A00FD;
}
</style>
background-color css
<style>
a { background-color: #5A00FD; }
a { background-color: rgb(90,0,253); }
div.DivClassName
{
background-color: #5A00FD;
}
.BgClassName
{
background-color: #5A00FD;
}
</style>
border-color css
<style>
span { border-color: #5A00FD; }
span { border-color: rgb(90,0,253); }
td.TdClassName
{
border-color: #5A00FD;
}
.TagClassName
{
border-color: #5A00FD;
}
</style>