Shades of Indigo #5A098D
Tints of Indigo #5A098D
RGB
CMYK
RGB Variations
Color information
#5A098D (or 0x5A098D) is known color: Indigo. HEX triplet: 5A, 09 and 8D. RGB value is (90,9,141). Sum of RGB (Red+Green+Blue) = 90+9+141=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A098D is #A5F672. Grayscale: #2F2F2F. Windows color (decimal): -10876531 or 9242970. OLE color: 9242970.
HSL color Cylindrical-coordinate representation of color #5A098D: hue angle of 276.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A098D is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 9 | 141 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.45 |
| HSL | 276.82º | 0.88% | 0.29% | - |
| HSV(B) | 276.82º | 0.94% | 0.55% | - |
| XYZ | 9.12 | 4.29 | 25.55 | - |
| YUV | 48.27 | 180.34 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 141 | 0.36 | 0.94 | 0 | 0.45 | 276.82 | 0.88 | 0.29 |
| Hex | 5A | 9 | 8D | 24 | 5E | 0 | 2D | 115 | 58 | 1D |
| Octal | 132 | 11 | 215 | 44 | 136 | 0 | 55 | 425 | 130 | 35 |
| Binary | 1011010 | 1001 | 10001101 | 100100 | 1011110 | 0 | 101101 | 100010101 | 1011000 | 11101 |
Color Harmonies of #5A098D
Complementary color
Monochromatic Colors of #5A098D
Black with #5A098D
Text Example
Text Example
White with #5A098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A098D; }
p { color: rgb(90,9,141); }
H1.HeaderClassName
{
color: #5A098D;
}
.AnyTagClassName
{
color: #5A098D;
}
</style>
background-color css
<style>
a { background-color: #5A098D; }
a { background-color: rgb(90,9,141); }
div.DivClassName
{
background-color: #5A098D;
}
.BgClassName
{
background-color: #5A098D;
}
</style>
border-color css
<style>
span { border-color: #5A098D; }
span { border-color: rgb(90,9,141); }
td.TdClassName
{
border-color: #5A098D;
}
.TagClassName
{
border-color: #5A098D;
}
</style>