Shades of Indigo #5A096B
Tints of Indigo #5A096B
RGB
CMYK
RGB Variations
Color information
#5A096B (or 0x5A096B) is known color: Indigo. HEX triplet: 5A, 09 and 6B. RGB value is (90,9,107). Sum of RGB (Red+Green+Blue) = 90+9+107=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A096B is #A5F694. Grayscale: #2C2C2C. Windows color (decimal): -10876565 or 7014746. OLE color: 7014746.
HSL color Cylindrical-coordinate representation of color #5A096B: hue angle of 289.59º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A096B is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 9 | 107 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.58 |
| HSL | 289.59º | 0.84% | 0.23% | - |
| HSV(B) | 289.59º | 0.92% | 0.42% | - |
| XYZ | 6.97 | 3.43 | 14.2 | - |
| YUV | 44.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 107 | 0.16 | 0.92 | 0 | 0.58 | 289.59 | 0.84 | 0.23 |
| Hex | 5A | 9 | 6B | 10 | 5C | 0 | 3A | 122 | 54 | 17 |
| Octal | 132 | 11 | 153 | 20 | 134 | 0 | 72 | 442 | 124 | 27 |
| Binary | 1011010 | 1001 | 1101011 | 10000 | 1011100 | 0 | 111010 | 100100010 | 1010100 | 10111 |
Color Harmonies of #5A096B
Complementary color
Monochromatic Colors of #5A096B
Black with #5A096B
Text Example
Text Example
White with #5A096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A096B; }
p { color: rgb(90,9,107); }
H1.HeaderClassName
{
color: #5A096B;
}
.AnyTagClassName
{
color: #5A096B;
}
</style>
background-color css
<style>
a { background-color: #5A096B; }
a { background-color: rgb(90,9,107); }
div.DivClassName
{
background-color: #5A096B;
}
.BgClassName
{
background-color: #5A096B;
}
</style>
border-color css
<style>
span { border-color: #5A096B; }
span { border-color: rgb(90,9,107); }
td.TdClassName
{
border-color: #5A096B;
}
.TagClassName
{
border-color: #5A096B;
}
</style>