Shades of Indigo #5A047B
Tints of Indigo #5A047B
RGB
CMYK
RGB Variations
Color information
#5A047B (or 0x5A047B) is known color: Indigo. HEX triplet: 5A, 04 and 7B. RGB value is (90,4,123). Sum of RGB (Red+Green+Blue) = 90+4+123=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A047B is #A5FB84. Grayscale: #2A2A2A. Windows color (decimal): -10877829 or 8062042. OLE color: 8062042.
HSL color Cylindrical-coordinate representation of color #5A047B: hue angle of 283.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A047B is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 4 | 123 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.52 |
| HSL | 283.36º | 0.94% | 0.25% | - |
| HSV(B) | 283.36º | 0.97% | 0.48% | - |
| XYZ | 7.84 | 3.69 | 19.04 | - |
| YUV | 43.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 123 | 0.27 | 0.97 | 0 | 0.52 | 283.36 | 0.94 | 0.25 |
| Hex | 5A | 4 | 7B | 1B | 61 | 0 | 34 | 11B | 5E | 19 |
| Octal | 132 | 4 | 173 | 33 | 141 | 0 | 64 | 433 | 136 | 31 |
| Binary | 1011010 | 100 | 1111011 | 11011 | 1100001 | 0 | 110100 | 100011011 | 1011110 | 11001 |
Color Harmonies of #5A047B
Complementary color
Monochromatic Colors of #5A047B
Black with #5A047B
Text Example
Text Example
White with #5A047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A047B; }
p { color: rgb(90,4,123); }
H1.HeaderClassName
{
color: #5A047B;
}
.AnyTagClassName
{
color: #5A047B;
}
</style>
background-color css
<style>
a { background-color: #5A047B; }
a { background-color: rgb(90,4,123); }
div.DivClassName
{
background-color: #5A047B;
}
.BgClassName
{
background-color: #5A047B;
}
</style>
border-color css
<style>
span { border-color: #5A047B; }
span { border-color: rgb(90,4,123); }
td.TdClassName
{
border-color: #5A047B;
}
.TagClassName
{
border-color: #5A047B;
}
</style>