Shades of Indigo #5A1377
Tints of Indigo #5A1377
RGB
CMYK
RGB Variations
Color information
#5A1377 (or 0x5A1377) is known color: Indigo. HEX triplet: 5A, 13 and 77. RGB value is (90,19,119). Sum of RGB (Red+Green+Blue) = 90+19+119=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1377 is #A5EC88. Grayscale: #333333. Windows color (decimal): -10873993 or 7803738. OLE color: 7803738.
HSL color Cylindrical-coordinate representation of color #5A1377: hue angle of 282.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1377 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 19 | 119 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.53 |
| HSL | 282.6º | 0.72% | 0.27% | - |
| HSV(B) | 282.6º | 0.84% | 0.47% | - |
| XYZ | 7.78 | 3.97 | 17.81 | - |
| YUV | 51.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 119 | 0.24 | 0.84 | 0 | 0.53 | 282.6 | 0.72 | 0.27 |
| Hex | 5A | 13 | 77 | 18 | 54 | 0 | 35 | 11B | 48 | 1B |
| Octal | 132 | 23 | 167 | 30 | 124 | 0 | 65 | 433 | 110 | 33 |
| Binary | 1011010 | 10011 | 1110111 | 11000 | 1010100 | 0 | 110101 | 100011011 | 1001000 | 11011 |
Color Harmonies of #5A1377
Complementary color
Monochromatic Colors of #5A1377
Black with #5A1377
Text Example
Text Example
White with #5A1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1377; }
p { color: rgb(90,19,119); }
H1.HeaderClassName
{
color: #5A1377;
}
.AnyTagClassName
{
color: #5A1377;
}
</style>
background-color css
<style>
a { background-color: #5A1377; }
a { background-color: rgb(90,19,119); }
div.DivClassName
{
background-color: #5A1377;
}
.BgClassName
{
background-color: #5A1377;
}
</style>
border-color css
<style>
span { border-color: #5A1377; }
span { border-color: rgb(90,19,119); }
td.TdClassName
{
border-color: #5A1377;
}
.TagClassName
{
border-color: #5A1377;
}
</style>