Shades of Indigo #5A0D7D
Tints of Indigo #5A0D7D
RGB
CMYK
RGB Variations
Color information
#5A0D7D (or 0x5A0D7D) is known color: Indigo. HEX triplet: 5A, 0D and 7D. RGB value is (90,13,125). Sum of RGB (Red+Green+Blue) = 90+13+125=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A0D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D7D is #A5F282. Grayscale: #303030. Windows color (decimal): -10875523 or 8195418. OLE color: 8195418.
HSL color Cylindrical-coordinate representation of color #5A0D7D: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0D7D is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 13 | 125 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.51 |
| HSL | 281.25º | 0.81% | 0.27% | - |
| HSV(B) | 281.25º | 0.9% | 0.49% | - |
| XYZ | 8.06 | 3.94 | 19.74 | - |
| YUV | 48.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 125 | 0.28 | 0.90 | 0 | 0.51 | 281.25 | 0.81 | 0.27 |
| Hex | 5A | D | 7D | 1C | 5A | 0 | 33 | 119 | 51 | 1B |
| Octal | 132 | 15 | 175 | 34 | 132 | 0 | 63 | 431 | 121 | 33 |
| Binary | 1011010 | 1101 | 1111101 | 11100 | 1011010 | 0 | 110011 | 100011001 | 1010001 | 11011 |
Color Harmonies of #5A0D7D
Complementary color
Monochromatic Colors of #5A0D7D
Black with #5A0D7D
Text Example
Text Example
White with #5A0D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D7D; }
p { color: rgb(90,13,125); }
H1.HeaderClassName
{
color: #5A0D7D;
}
.AnyTagClassName
{
color: #5A0D7D;
}
</style>
background-color css
<style>
a { background-color: #5A0D7D; }
a { background-color: rgb(90,13,125); }
div.DivClassName
{
background-color: #5A0D7D;
}
.BgClassName
{
background-color: #5A0D7D;
}
</style>
border-color css
<style>
span { border-color: #5A0D7D; }
span { border-color: rgb(90,13,125); }
td.TdClassName
{
border-color: #5A0D7D;
}
.TagClassName
{
border-color: #5A0D7D;
}
</style>