Shades of Indigo #5A189B
Tints of Indigo #5A189B
RGB
CMYK
RGB Variations
Color information
#5A189B (or 0x5A189B) is known color: Indigo. HEX triplet: 5A, 18 and 9B. RGB value is (90,24,155). Sum of RGB (Red+Green+Blue) = 90+24+155=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A189B is #A5E764. Grayscale: #3A3A3A. Windows color (decimal): -10872677 or 10164314. OLE color: 10164314.
HSL color Cylindrical-coordinate representation of color #5A189B: hue angle of 270.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A189B is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 24 | 155 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.39 |
| HSL | 270.23º | 0.73% | 0.35% | - |
| HSV(B) | 270.23º | 0.85% | 0.61% | - |
| XYZ | 10.46 | 5.19 | 31.46 | - |
| YUV | 58.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 155 | 0.42 | 0.85 | 0 | 0.39 | 270.23 | 0.73 | 0.35 |
| Hex | 5A | 18 | 9B | 2A | 55 | 0 | 27 | 10E | 49 | 23 |
| Octal | 132 | 30 | 233 | 52 | 125 | 0 | 47 | 416 | 111 | 43 |
| Binary | 1011010 | 11000 | 10011011 | 101010 | 1010101 | 0 | 100111 | 100001110 | 1001001 | 100011 |
Color Harmonies of #5A189B
Complementary color
Monochromatic Colors of #5A189B
Black with #5A189B
Text Example
Text Example
White with #5A189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A189B; }
p { color: rgb(90,24,155); }
H1.HeaderClassName
{
color: #5A189B;
}
.AnyTagClassName
{
color: #5A189B;
}
</style>
background-color css
<style>
a { background-color: #5A189B; }
a { background-color: rgb(90,24,155); }
div.DivClassName
{
background-color: #5A189B;
}
.BgClassName
{
background-color: #5A189B;
}
</style>
border-color css
<style>
span { border-color: #5A189B; }
span { border-color: rgb(90,24,155); }
td.TdClassName
{
border-color: #5A189B;
}
.TagClassName
{
border-color: #5A189B;
}
</style>