Shades of Indigo #5A099B
Tints of Indigo #5A099B
RGB
CMYK
RGB Variations
Color information
#5A099B (or 0x5A099B) is known color: Indigo. HEX triplet: 5A, 09 and 9B. RGB value is (90,9,155). Sum of RGB (Red+Green+Blue) = 90+9+155=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A099B is #A5F664. Grayscale: #313131. Windows color (decimal): -10876517 or 10160474. OLE color: 10160474.
HSL color Cylindrical-coordinate representation of color #5A099B: hue angle of 273.29º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A099B is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 9 | 155 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.39 |
| HSL | 273.29º | 0.89% | 0.32% | - |
| HSV(B) | 273.29º | 0.94% | 0.61% | - |
| XYZ | 10.23 | 4.74 | 31.39 | - |
| YUV | 49.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 155 | 0.42 | 0.94 | 0 | 0.39 | 273.29 | 0.89 | 0.32 |
| Hex | 5A | 9 | 9B | 2A | 5E | 0 | 27 | 111 | 59 | 20 |
| Octal | 132 | 11 | 233 | 52 | 136 | 0 | 47 | 421 | 131 | 40 |
| Binary | 1011010 | 1001 | 10011011 | 101010 | 1011110 | 0 | 100111 | 100010001 | 1011001 | 100000 |
Color Harmonies of #5A099B
Complementary color
Monochromatic Colors of #5A099B
Black with #5A099B
Text Example
Text Example
White with #5A099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A099B; }
p { color: rgb(90,9,155); }
H1.HeaderClassName
{
color: #5A099B;
}
.AnyTagClassName
{
color: #5A099B;
}
</style>
background-color css
<style>
a { background-color: #5A099B; }
a { background-color: rgb(90,9,155); }
div.DivClassName
{
background-color: #5A099B;
}
.BgClassName
{
background-color: #5A099B;
}
</style>
border-color css
<style>
span { border-color: #5A099B; }
span { border-color: rgb(90,9,155); }
td.TdClassName
{
border-color: #5A099B;
}
.TagClassName
{
border-color: #5A099B;
}
</style>