Shades of Indigo #5A1493
Tints of Indigo #5A1493
RGB
CMYK
RGB Variations
Color information
#5A1493 (or 0x5A1493) is known color: Indigo. HEX triplet: 5A, 14 and 93. RGB value is (90,20,147). Sum of RGB (Red+Green+Blue) = 90+20+147=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1493 is #A5EB6C. Grayscale: #363636. Windows color (decimal): -10873709 or 9639002. OLE color: 9639002.
HSL color Cylindrical-coordinate representation of color #5A1493: hue angle of 273.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1493 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 20 | 147 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.42 |
| HSL | 273.07º | 0.76% | 0.33% | - |
| HSV(B) | 273.07º | 0.86% | 0.58% | - |
| XYZ | 9.73 | 4.78 | 28.01 | - |
| YUV | 55.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 147 | 0.39 | 0.86 | 0 | 0.42 | 273.07 | 0.76 | 0.33 |
| Hex | 5A | 14 | 93 | 27 | 56 | 0 | 2A | 111 | 4C | 21 |
| Octal | 132 | 24 | 223 | 47 | 126 | 0 | 52 | 421 | 114 | 41 |
| Binary | 1011010 | 10100 | 10010011 | 100111 | 1010110 | 0 | 101010 | 100010001 | 1001100 | 100001 |
Color Harmonies of #5A1493
Complementary color
Monochromatic Colors of #5A1493
Black with #5A1493
Text Example
Text Example
White with #5A1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1493; }
p { color: rgb(90,20,147); }
H1.HeaderClassName
{
color: #5A1493;
}
.AnyTagClassName
{
color: #5A1493;
}
</style>
background-color css
<style>
a { background-color: #5A1493; }
a { background-color: rgb(90,20,147); }
div.DivClassName
{
background-color: #5A1493;
}
.BgClassName
{
background-color: #5A1493;
}
</style>
border-color css
<style>
span { border-color: #5A1493; }
span { border-color: rgb(90,20,147); }
td.TdClassName
{
border-color: #5A1493;
}
.TagClassName
{
border-color: #5A1493;
}
</style>