Shades of Indigo #5A0A9B
Tints of Indigo #5A0A9B
RGB
CMYK
RGB Variations
Color information
#5A0A9B (or 0x5A0A9B) is known color: Indigo. HEX triplet: 5A, 0A and 9B. RGB value is (90,10,155). Sum of RGB (Red+Green+Blue) = 90+10+155=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A0A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0A9B is #A5F564. Grayscale: #313131. Windows color (decimal): -10876261 or 10160730. OLE color: 10160730.
HSL color Cylindrical-coordinate representation of color #5A0A9B: hue angle of 273.1º degrees, saturation: 0.88, 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 #5A0A9B is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 10 | 155 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.39 |
| HSL | 273.1º | 0.88% | 0.32% | - |
| HSV(B) | 273.1º | 0.94% | 0.61% | - |
| XYZ | 10.24 | 4.76 | 31.39 | - |
| YUV | 50.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 155 | 0.42 | 0.94 | 0 | 0.39 | 273.1 | 0.88 | 0.32 |
| Hex | 5A | A | 9B | 2A | 5E | 0 | 27 | 111 | 58 | 20 |
| Octal | 132 | 12 | 233 | 52 | 136 | 0 | 47 | 421 | 130 | 40 |
| Binary | 1011010 | 1010 | 10011011 | 101010 | 1011110 | 0 | 100111 | 100010001 | 1011000 | 100000 |
Color Harmonies of #5A0A9B
Complementary color
Monochromatic Colors of #5A0A9B
Black with #5A0A9B
Text Example
Text Example
White with #5A0A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0A9B; }
p { color: rgb(90,10,155); }
H1.HeaderClassName
{
color: #5A0A9B;
}
.AnyTagClassName
{
color: #5A0A9B;
}
</style>
background-color css
<style>
a { background-color: #5A0A9B; }
a { background-color: rgb(90,10,155); }
div.DivClassName
{
background-color: #5A0A9B;
}
.BgClassName
{
background-color: #5A0A9B;
}
</style>
border-color css
<style>
span { border-color: #5A0A9B; }
span { border-color: rgb(90,10,155); }
td.TdClassName
{
border-color: #5A0A9B;
}
.TagClassName
{
border-color: #5A0A9B;
}
</style>