Shades of Indigo #5A167C
Tints of Indigo #5A167C
RGB
CMYK
RGB Variations
Color information
#5A167C (or 0x5A167C) is known color: Indigo. HEX triplet: 5A, 16 and 7C. RGB value is (90,22,124). Sum of RGB (Red+Green+Blue) = 90+22+124=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A167C is #A5E983. Grayscale: #353535. Windows color (decimal): -10873220 or 8132186. OLE color: 8132186.
HSL color Cylindrical-coordinate representation of color #5A167C: hue angle of 280º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A167C is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 22 | 124 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.51 |
| HSL | 280º | 0.7% | 0.29% | - |
| HSV(B) | 280º | 0.82% | 0.49% | - |
| XYZ | 8.14 | 4.2 | 19.45 | - |
| YUV | 53.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 124 | 0.27 | 0.82 | 0 | 0.51 | 280 | 0.7 | 0.29 |
| Hex | 5A | 16 | 7C | 1B | 52 | 0 | 33 | 118 | 46 | 1D |
| Octal | 132 | 26 | 174 | 33 | 122 | 0 | 63 | 430 | 106 | 35 |
| Binary | 1011010 | 10110 | 1111100 | 11011 | 1010010 | 0 | 110011 | 100011000 | 1000110 | 11101 |
Color Harmonies of #5A167C
Complementary color
Monochromatic Colors of #5A167C
Black with #5A167C
Text Example
Text Example
White with #5A167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A167C; }
p { color: rgb(90,22,124); }
H1.HeaderClassName
{
color: #5A167C;
}
.AnyTagClassName
{
color: #5A167C;
}
</style>
background-color css
<style>
a { background-color: #5A167C; }
a { background-color: rgb(90,22,124); }
div.DivClassName
{
background-color: #5A167C;
}
.BgClassName
{
background-color: #5A167C;
}
</style>
border-color css
<style>
span { border-color: #5A167C; }
span { border-color: rgb(90,22,124); }
td.TdClassName
{
border-color: #5A167C;
}
.TagClassName
{
border-color: #5A167C;
}
</style>