Shades of Indigo #5A1371
Tints of Indigo #5A1371
RGB
CMYK
RGB Variations
Color information
#5A1371 (or 0x5A1371) is known color: Indigo. HEX triplet: 5A, 13 and 71. RGB value is (90,19,113). Sum of RGB (Red+Green+Blue) = 90+19+113=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A1371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1371 is #A5EC8E. Grayscale: #323232. Windows color (decimal): -10873999 or 7410522. OLE color: 7410522.
HSL color Cylindrical-coordinate representation of color #5A1371: hue angle of 285.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1371 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 19 | 113 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.56 |
| HSL | 285.32º | 0.71% | 0.26% | - |
| HSV(B) | 285.32º | 0.83% | 0.44% | - |
| XYZ | 7.43 | 3.83 | 15.97 | - |
| YUV | 50.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 113 | 0.20 | 0.83 | 0 | 0.56 | 285.32 | 0.71 | 0.26 |
| Hex | 5A | 13 | 71 | 14 | 53 | 0 | 38 | 11D | 47 | 1A |
| Octal | 132 | 23 | 161 | 24 | 123 | 0 | 70 | 435 | 107 | 32 |
| Binary | 1011010 | 10011 | 1110001 | 10100 | 1010011 | 0 | 111000 | 100011101 | 1000111 | 11010 |
Color Harmonies of #5A1371
Complementary color
Monochromatic Colors of #5A1371
Black with #5A1371
Text Example
Text Example
White with #5A1371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1371; }
p { color: rgb(90,19,113); }
H1.HeaderClassName
{
color: #5A1371;
}
.AnyTagClassName
{
color: #5A1371;
}
</style>
background-color css
<style>
a { background-color: #5A1371; }
a { background-color: rgb(90,19,113); }
div.DivClassName
{
background-color: #5A1371;
}
.BgClassName
{
background-color: #5A1371;
}
</style>
border-color css
<style>
span { border-color: #5A1371; }
span { border-color: rgb(90,19,113); }
td.TdClassName
{
border-color: #5A1371;
}
.TagClassName
{
border-color: #5A1371;
}
</style>