Shades of Indigo #5A0CA1
Tints of Indigo #5A0CA1
RGB
CMYK
RGB Variations
Color information
#5A0CA1 (or 0x5A0CA1) is known color: Indigo. HEX triplet: 5A, 0C and A1. RGB value is (90,12,161). Sum of RGB (Red+Green+Blue) = 90+12+161=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #5A0CA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0CA1 is #A5F35E. Grayscale: #333333. Windows color (decimal): -10875743 or 10554458. OLE color: 10554458.
HSL color Cylindrical-coordinate representation of color #5A0CA1: hue angle of 271.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CA1 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 12 | 161 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.37 |
| HSL | 271.41º | 0.86% | 0.34% | - |
| HSV(B) | 271.41º | 0.93% | 0.63% | - |
| XYZ | 10.78 | 5.01 | 34.12 | - |
| YUV | 52.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 161 | 0.44 | 0.93 | 0 | 0.37 | 271.41 | 0.86 | 0.34 |
| Hex | 5A | C | A1 | 2C | 5D | 0 | 25 | 10F | 56 | 22 |
| Octal | 132 | 14 | 241 | 54 | 135 | 0 | 45 | 417 | 126 | 42 |
| Binary | 1011010 | 1100 | 10100001 | 101100 | 1011101 | 0 | 100101 | 100001111 | 1010110 | 100010 |
Color Harmonies of #5A0CA1
Complementary color
Monochromatic Colors of #5A0CA1
Black with #5A0CA1
Text Example
Text Example
White with #5A0CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CA1; }
p { color: rgb(90,12,161); }
H1.HeaderClassName
{
color: #5A0CA1;
}
.AnyTagClassName
{
color: #5A0CA1;
}
</style>
background-color css
<style>
a { background-color: #5A0CA1; }
a { background-color: rgb(90,12,161); }
div.DivClassName
{
background-color: #5A0CA1;
}
.BgClassName
{
background-color: #5A0CA1;
}
</style>
border-color css
<style>
span { border-color: #5A0CA1; }
span { border-color: rgb(90,12,161); }
td.TdClassName
{
border-color: #5A0CA1;
}
.TagClassName
{
border-color: #5A0CA1;
}
</style>