Shades of Indigo #5A1472
Tints of Indigo #5A1472
RGB
CMYK
RGB Variations
Color information
#5A1472 (or 0x5A1472) is known color: Indigo. HEX triplet: 5A, 14 and 72. RGB value is (90,20,114). Sum of RGB (Red+Green+Blue) = 90+20+114=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A1472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1472 is #A5EB8D. Grayscale: #333333. Windows color (decimal): -10873742 or 7476314. OLE color: 7476314.
HSL color Cylindrical-coordinate representation of color #5A1472: hue angle of 284.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1472 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 20 | 114 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.55 |
| HSL | 284.68º | 0.7% | 0.26% | - |
| HSV(B) | 284.68º | 0.82% | 0.45% | - |
| XYZ | 7.5 | 3.89 | 16.27 | - |
| YUV | 51.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 114 | 0.21 | 0.82 | 0 | 0.55 | 284.68 | 0.7 | 0.26 |
| Hex | 5A | 14 | 72 | 15 | 52 | 0 | 37 | 11D | 46 | 1A |
| Octal | 132 | 24 | 162 | 25 | 122 | 0 | 67 | 435 | 106 | 32 |
| Binary | 1011010 | 10100 | 1110010 | 10101 | 1010010 | 0 | 110111 | 100011101 | 1000110 | 11010 |
Color Harmonies of #5A1472
Complementary color
Monochromatic Colors of #5A1472
Black with #5A1472
Text Example
Text Example
White with #5A1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1472; }
p { color: rgb(90,20,114); }
H1.HeaderClassName
{
color: #5A1472;
}
.AnyTagClassName
{
color: #5A1472;
}
</style>
background-color css
<style>
a { background-color: #5A1472; }
a { background-color: rgb(90,20,114); }
div.DivClassName
{
background-color: #5A1472;
}
.BgClassName
{
background-color: #5A1472;
}
</style>
border-color css
<style>
span { border-color: #5A1472; }
span { border-color: rgb(90,20,114); }
td.TdClassName
{
border-color: #5A1472;
}
.TagClassName
{
border-color: #5A1472;
}
</style>