Shades of Indigo #5A0974
Tints of Indigo #5A0974
RGB
CMYK
RGB Variations
Color information
#5A0974 (or 0x5A0974) is known color: Indigo. HEX triplet: 5A, 09 and 74. RGB value is (90,9,116). Sum of RGB (Red+Green+Blue) = 90+9+116=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #5A0974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0974 is #A5F68B. Grayscale: #2D2D2D. Windows color (decimal): -10876556 or 7604570. OLE color: 7604570.
HSL color Cylindrical-coordinate representation of color #5A0974: hue angle of 285.42º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0974 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 9 | 116 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.55 |
| HSL | 285.42º | 0.86% | 0.25% | - |
| HSV(B) | 285.42º | 0.92% | 0.45% | - |
| XYZ | 7.47 | 3.63 | 16.83 | - |
| YUV | 45.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 116 | 0.22 | 0.92 | 0 | 0.55 | 285.42 | 0.86 | 0.25 |
| Hex | 5A | 9 | 74 | 16 | 5C | 0 | 37 | 11D | 56 | 19 |
| Octal | 132 | 11 | 164 | 26 | 134 | 0 | 67 | 435 | 126 | 31 |
| Binary | 1011010 | 1001 | 1110100 | 10110 | 1011100 | 0 | 110111 | 100011101 | 1010110 | 11001 |
Color Harmonies of #5A0974
Complementary color
Monochromatic Colors of #5A0974
Black with #5A0974
Text Example
Text Example
White with #5A0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0974; }
p { color: rgb(90,9,116); }
H1.HeaderClassName
{
color: #5A0974;
}
.AnyTagClassName
{
color: #5A0974;
}
</style>
background-color css
<style>
a { background-color: #5A0974; }
a { background-color: rgb(90,9,116); }
div.DivClassName
{
background-color: #5A0974;
}
.BgClassName
{
background-color: #5A0974;
}
</style>
border-color css
<style>
span { border-color: #5A0974; }
span { border-color: rgb(90,9,116); }
td.TdClassName
{
border-color: #5A0974;
}
.TagClassName
{
border-color: #5A0974;
}
</style>