Shades of Electric Indigo #5A00FC
Tints of Electric Indigo #5A00FC
RGB
CMYK
RGB Variations
Color information
#5A00FC (or 0x5A00FC) is known color: Electric Indigo. HEX triplet: 5A, 00 and FC. RGB value is (90,0,252). Sum of RGB (Red+Green+Blue) = 90+0+252=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A00FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00FC is #A5FF03. Grayscale: #363636. Windows color (decimal): -10878724 or 16515162. OLE color: 16515162.
HSL color Cylindrical-coordinate representation of color #5A00FC: hue angle of 261.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00FC is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 0 | 252 | - |
| CMYK | 0.64 | 1 | 0 | 0.01 |
| HSL | 261.43º | 1% | 0.49% | - |
| HSV(B) | 261.43º | 1% | 0.99% | - |
| XYZ | 21.79 | 9.2 | 92.72 | - |
| YUV | 55.64 | 238.82 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 252 | 0.64 | 1 | 0 | 0.01 | 261.43 | 1 | 0.49 |
| Hex | 5A | 0 | FC | 40 | 64 | 0 | 1 | 105 | 64 | 31 |
| Octal | 132 | 0 | 374 | 100 | 144 | 0 | 1 | 405 | 144 | 61 |
| Binary | 1011010 | 0 | 11111100 | 1000000 | 1100100 | 0 | 1 | 100000101 | 1100100 | 110001 |
Color Harmonies of #5A00FC
Complementary color
Monochromatic Colors of #5A00FC
Black with #5A00FC
Text Example
Text Example
White with #5A00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00FC; }
p { color: rgb(90,0,252); }
H1.HeaderClassName
{
color: #5A00FC;
}
.AnyTagClassName
{
color: #5A00FC;
}
</style>
background-color css
<style>
a { background-color: #5A00FC; }
a { background-color: rgb(90,0,252); }
div.DivClassName
{
background-color: #5A00FC;
}
.BgClassName
{
background-color: #5A00FC;
}
</style>
border-color css
<style>
span { border-color: #5A00FC; }
span { border-color: rgb(90,0,252); }
td.TdClassName
{
border-color: #5A00FC;
}
.TagClassName
{
border-color: #5A00FC;
}
</style>