Shades of Indigo #5A066D
Tints of Indigo #5A066D
RGB
CMYK
RGB Variations
Color information
#5A066D (or 0x5A066D) is known color: Indigo. HEX triplet: 5A, 06 and 6D. RGB value is (90,6,109). Sum of RGB (Red+Green+Blue) = 90+6+109=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A066D is #A5F992. Grayscale: #2A2A2A. Windows color (decimal): -10877331 or 7145050. OLE color: 7145050.
HSL color Cylindrical-coordinate representation of color #5A066D: hue angle of 288.93º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A066D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 6 | 109 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.57 |
| HSL | 288.93º | 0.9% | 0.23% | - |
| HSV(B) | 288.93º | 0.94% | 0.43% | - |
| XYZ | 7.04 | 3.41 | 14.75 | - |
| YUV | 42.86 | 165.33 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 6 | 109 | 0.17 | 0.94 | 0 | 0.57 | 288.93 | 0.9 | 0.23 |
| Hex | 5A | 6 | 6D | 11 | 5E | 0 | 39 | 121 | 5A | 17 |
| Octal | 132 | 6 | 155 | 21 | 136 | 0 | 71 | 441 | 132 | 27 |
| Binary | 1011010 | 110 | 1101101 | 10001 | 1011110 | 0 | 111001 | 100100001 | 1011010 | 10111 |
Color Harmonies of #5A066D
Complementary color
Monochromatic Colors of #5A066D
Black with #5A066D
Text Example
Text Example
White with #5A066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A066D; }
p { color: rgb(90,6,109); }
H1.HeaderClassName
{
color: #5A066D;
}
.AnyTagClassName
{
color: #5A066D;
}
</style>
background-color css
<style>
a { background-color: #5A066D; }
a { background-color: rgb(90,6,109); }
div.DivClassName
{
background-color: #5A066D;
}
.BgClassName
{
background-color: #5A066D;
}
</style>
border-color css
<style>
span { border-color: #5A066D; }
span { border-color: rgb(90,6,109); }
td.TdClassName
{
border-color: #5A066D;
}
.TagClassName
{
border-color: #5A066D;
}
</style>