Shades of Indigo #5A046B
Tints of Indigo #5A046B
RGB
CMYK
RGB Variations
Color information
#5A046B (or 0x5A046B) is known color: Indigo. HEX triplet: 5A, 04 and 6B. RGB value is (90,4,107). Sum of RGB (Red+Green+Blue) = 90+4+107=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #5A046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A046B is #A5FB94. Grayscale: #292929. Windows color (decimal): -10877845 or 7013466. OLE color: 7013466.
HSL color Cylindrical-coordinate representation of color #5A046B: hue angle of 290.1º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A046B is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 4 | 107 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.58 |
| HSL | 290.1º | 0.93% | 0.22% | - |
| HSV(B) | 290.1º | 0.96% | 0.42% | - |
| XYZ | 6.91 | 3.32 | 14.19 | - |
| YUV | 41.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 107 | 0.16 | 0.96 | 0 | 0.58 | 290.1 | 0.93 | 0.22 |
| Hex | 5A | 4 | 6B | 10 | 60 | 0 | 3A | 122 | 5D | 16 |
| Octal | 132 | 4 | 153 | 20 | 140 | 0 | 72 | 442 | 135 | 26 |
| Binary | 1011010 | 100 | 1101011 | 10000 | 1100000 | 0 | 111010 | 100100010 | 1011101 | 10110 |
Color Harmonies of #5A046B
Complementary color
Monochromatic Colors of #5A046B
Black with #5A046B
Text Example
Text Example
White with #5A046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A046B; }
p { color: rgb(90,4,107); }
H1.HeaderClassName
{
color: #5A046B;
}
.AnyTagClassName
{
color: #5A046B;
}
</style>
background-color css
<style>
a { background-color: #5A046B; }
a { background-color: rgb(90,4,107); }
div.DivClassName
{
background-color: #5A046B;
}
.BgClassName
{
background-color: #5A046B;
}
</style>
border-color css
<style>
span { border-color: #5A046B; }
span { border-color: rgb(90,4,107); }
td.TdClassName
{
border-color: #5A046B;
}
.TagClassName
{
border-color: #5A046B;
}
</style>