Shades of Electric Indigo #5A03F9
Tints of Electric Indigo #5A03F9
RGB
CMYK
RGB Variations
Color information
#5A03F9 (or 0x5A03F9) is known color: Electric Indigo. HEX triplet: 5A, 03 and F9. RGB value is (90,3,249). Sum of RGB (Red+Green+Blue) = 90+3+249=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A03F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A03F9 is #A5FC06. Grayscale: #383838. Windows color (decimal): -10877959 or 16319322. OLE color: 16319322.
HSL color Cylindrical-coordinate representation of color #5A03F9: hue angle of 261.22º 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 #5A03F9 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 3 | 249 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.02 |
| HSL | 261.22º | 0.98% | 0.49% | - |
| HSV(B) | 261.22º | 0.99% | 0.98% | - |
| XYZ | 21.35 | 9.08 | 90.25 | - |
| YUV | 57.06 | 236.32 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 249 | 0.64 | 0.99 | 0 | 0.02 | 261.22 | 0.98 | 0.49 |
| Hex | 5A | 3 | F9 | 40 | 63 | 0 | 2 | 105 | 62 | 31 |
| Octal | 132 | 3 | 371 | 100 | 143 | 0 | 2 | 405 | 142 | 61 |
| Binary | 1011010 | 11 | 11111001 | 1000000 | 1100011 | 0 | 10 | 100000101 | 1100010 | 110001 |
Color Harmonies of #5A03F9
Complementary color
Monochromatic Colors of #5A03F9
Black with #5A03F9
Text Example
Text Example
White with #5A03F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A03F9; }
p { color: rgb(90,3,249); }
H1.HeaderClassName
{
color: #5A03F9;
}
.AnyTagClassName
{
color: #5A03F9;
}
</style>
background-color css
<style>
a { background-color: #5A03F9; }
a { background-color: rgb(90,3,249); }
div.DivClassName
{
background-color: #5A03F9;
}
.BgClassName
{
background-color: #5A03F9;
}
</style>
border-color css
<style>
span { border-color: #5A03F9; }
span { border-color: rgb(90,3,249); }
td.TdClassName
{
border-color: #5A03F9;
}
.TagClassName
{
border-color: #5A03F9;
}
</style>