Shades of Indigo #5A1572
Tints of Indigo #5A1572
RGB
CMYK
RGB Variations
Color information
#5A1572 (or 0x5A1572) is known color: Indigo. HEX triplet: 5A, 15 and 72. RGB value is (90,21,114). Sum of RGB (Red+Green+Blue) = 90+21+114=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #5A1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1572 is #A5EA8D. Grayscale: #333333. Windows color (decimal): -10873486 or 7476570. OLE color: 7476570.
HSL color Cylindrical-coordinate representation of color #5A1572: hue angle of 284.52º degrees, saturation: 0.69, 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 #5A1572 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 21 | 114 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.55 |
| HSL | 284.52º | 0.69% | 0.26% | - |
| HSV(B) | 284.52º | 0.82% | 0.45% | - |
| XYZ | 7.52 | 3.92 | 16.28 | - |
| YUV | 52.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 114 | 0.21 | 0.82 | 0 | 0.55 | 284.52 | 0.69 | 0.26 |
| Hex | 5A | 15 | 72 | 15 | 52 | 0 | 37 | 11D | 45 | 1A |
| Octal | 132 | 25 | 162 | 25 | 122 | 0 | 67 | 435 | 105 | 32 |
| Binary | 1011010 | 10101 | 1110010 | 10101 | 1010010 | 0 | 110111 | 100011101 | 1000101 | 11010 |
Color Harmonies of #5A1572
Complementary color
Monochromatic Colors of #5A1572
Black with #5A1572
Text Example
Text Example
White with #5A1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1572; }
p { color: rgb(90,21,114); }
H1.HeaderClassName
{
color: #5A1572;
}
.AnyTagClassName
{
color: #5A1572;
}
</style>
background-color css
<style>
a { background-color: #5A1572; }
a { background-color: rgb(90,21,114); }
div.DivClassName
{
background-color: #5A1572;
}
.BgClassName
{
background-color: #5A1572;
}
</style>
border-color css
<style>
span { border-color: #5A1572; }
span { border-color: rgb(90,21,114); }
td.TdClassName
{
border-color: #5A1572;
}
.TagClassName
{
border-color: #5A1572;
}
</style>