Shades of Indigo #5A0D7F
Tints of Indigo #5A0D7F
RGB
CMYK
RGB Variations
Color information
#5A0D7F (or 0x5A0D7F) is known color: Indigo. HEX triplet: 5A, 0D and 7F. RGB value is (90,13,127). Sum of RGB (Red+Green+Blue) = 90+13+127=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A0D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D7F is #A5F280. Grayscale: #303030. Windows color (decimal): -10875521 or 8326490. OLE color: 8326490.
HSL color Cylindrical-coordinate representation of color #5A0D7F: hue angle of 280.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0D7F is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 13 | 127 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.50 |
| HSL | 280.53º | 0.81% | 0.27% | - |
| HSV(B) | 280.53º | 0.9% | 0.5% | - |
| XYZ | 8.19 | 3.99 | 20.42 | - |
| YUV | 49.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 127 | 0.29 | 0.90 | 0 | 0.50 | 280.53 | 0.81 | 0.27 |
| Hex | 5A | D | 7F | 1D | 5A | 0 | 32 | 119 | 51 | 1B |
| Octal | 132 | 15 | 177 | 35 | 132 | 0 | 62 | 431 | 121 | 33 |
| Binary | 1011010 | 1101 | 1111111 | 11101 | 1011010 | 0 | 110010 | 100011001 | 1010001 | 11011 |
Color Harmonies of #5A0D7F
Complementary color
Monochromatic Colors of #5A0D7F
Black with #5A0D7F
Text Example
Text Example
White with #5A0D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D7F; }
p { color: rgb(90,13,127); }
H1.HeaderClassName
{
color: #5A0D7F;
}
.AnyTagClassName
{
color: #5A0D7F;
}
</style>
background-color css
<style>
a { background-color: #5A0D7F; }
a { background-color: rgb(90,13,127); }
div.DivClassName
{
background-color: #5A0D7F;
}
.BgClassName
{
background-color: #5A0D7F;
}
</style>
border-color css
<style>
span { border-color: #5A0D7F; }
span { border-color: rgb(90,13,127); }
td.TdClassName
{
border-color: #5A0D7F;
}
.TagClassName
{
border-color: #5A0D7F;
}
</style>