Shades of Indigo #5A1475
Tints of Indigo #5A1475
RGB
CMYK
RGB Variations
Color information
#5A1475 (or 0x5A1475) is known color: Indigo. HEX triplet: 5A, 14 and 75. RGB value is (90,20,117). Sum of RGB (Red+Green+Blue) = 90+20+117=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A1475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1475 is #A5EB8A. Grayscale: #333333. Windows color (decimal): -10873739 or 7672922. OLE color: 7672922.
HSL color Cylindrical-coordinate representation of color #5A1475: hue angle of 283.3º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1475 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 20 | 117 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.54 |
| HSL | 283.3º | 0.71% | 0.27% | - |
| HSV(B) | 283.3º | 0.83% | 0.46% | - |
| XYZ | 7.68 | 3.96 | 17.19 | - |
| YUV | 51.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 117 | 0.23 | 0.83 | 0 | 0.54 | 283.3 | 0.71 | 0.27 |
| Hex | 5A | 14 | 75 | 17 | 53 | 0 | 36 | 11B | 47 | 1B |
| Octal | 132 | 24 | 165 | 27 | 123 | 0 | 66 | 433 | 107 | 33 |
| Binary | 1011010 | 10100 | 1110101 | 10111 | 1010011 | 0 | 110110 | 100011011 | 1000111 | 11011 |
Color Harmonies of #5A1475
Complementary color
Monochromatic Colors of #5A1475
Black with #5A1475
Text Example
Text Example
White with #5A1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1475; }
p { color: rgb(90,20,117); }
H1.HeaderClassName
{
color: #5A1475;
}
.AnyTagClassName
{
color: #5A1475;
}
</style>
background-color css
<style>
a { background-color: #5A1475; }
a { background-color: rgb(90,20,117); }
div.DivClassName
{
background-color: #5A1475;
}
.BgClassName
{
background-color: #5A1475;
}
</style>
border-color css
<style>
span { border-color: #5A1475; }
span { border-color: rgb(90,20,117); }
td.TdClassName
{
border-color: #5A1475;
}
.TagClassName
{
border-color: #5A1475;
}
</style>