Shades of Electric Indigo #5A03FF
Tints of Electric Indigo #5A03FF
RGB
CMYK
RGB Variations
Color information
#5A03FF (or 0x5A03FF) is known color: Electric Indigo. HEX triplet: 5A, 03 and FF. RGB value is (90,3,255). Sum of RGB (Red+Green+Blue) = 90+3+255=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A03FF is #A5FC00. Grayscale: #383838. Windows color (decimal): -10877953 or 16712538. OLE color: 16712538.
HSL color Cylindrical-coordinate representation of color #5A03FF: hue angle of 260.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A03FF is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 3 | 255 | - |
| CMYK | 0.65 | 0.99 | 0 | 0 |
| HSL | 260.71º | 1% | 0.51% | - |
| HSV(B) | 260.71º | 0.99% | 1% | - |
| XYZ | 22.3 | 9.46 | 95.26 | - |
| YUV | 57.74 | 239.32 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 255 | 0.65 | 0.99 | 0 | 0 | 260.71 | 1 | 0.51 |
| Hex | 5A | 3 | FF | 41 | 63 | 0 | 0 | 105 | 64 | 33 |
| Octal | 132 | 3 | 377 | 101 | 143 | 0 | 0 | 405 | 144 | 63 |
| Binary | 1011010 | 11 | 11111111 | 1000001 | 1100011 | 0 | 0 | 100000101 | 1100100 | 110011 |
Color Harmonies of #5A03FF
Complementary color
Monochromatic Colors of #5A03FF
Black with #5A03FF
Text Example
Text Example
White with #5A03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A03FF; }
p { color: rgb(90,3,255); }
H1.HeaderClassName
{
color: #5A03FF;
}
.AnyTagClassName
{
color: #5A03FF;
}
</style>
background-color css
<style>
a { background-color: #5A03FF; }
a { background-color: rgb(90,3,255); }
div.DivClassName
{
background-color: #5A03FF;
}
.BgClassName
{
background-color: #5A03FF;
}
</style>
border-color css
<style>
span { border-color: #5A03FF; }
span { border-color: rgb(90,3,255); }
td.TdClassName
{
border-color: #5A03FF;
}
.TagClassName
{
border-color: #5A03FF;
}
</style>