Shades of Indigo #5A036D
Tints of Indigo #5A036D
RGB
CMYK
RGB Variations
Color information
#5A036D (or 0x5A036D) is known color: Indigo. HEX triplet: 5A, 03 and 6D. RGB value is (90,3,109). Sum of RGB (Red+Green+Blue) = 90+3+109=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A036D is #A5FC92. Grayscale: #282828. Windows color (decimal): -10878099 or 7144282. OLE color: 7144282.
HSL color Cylindrical-coordinate representation of color #5A036D: hue angle of 289.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A036D is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 3 | 109 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.57 |
| HSL | 289.25º | 0.95% | 0.22% | - |
| HSV(B) | 289.25º | 0.97% | 0.43% | - |
| XYZ | 7.01 | 3.34 | 14.74 | - |
| YUV | 41.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 109 | 0.17 | 0.97 | 0 | 0.57 | 289.25 | 0.95 | 0.22 |
| Hex | 5A | 3 | 6D | 11 | 61 | 0 | 39 | 121 | 5F | 16 |
| Octal | 132 | 3 | 155 | 21 | 141 | 0 | 71 | 441 | 137 | 26 |
| Binary | 1011010 | 11 | 1101101 | 10001 | 1100001 | 0 | 111001 | 100100001 | 1011111 | 10110 |
Color Harmonies of #5A036D
Complementary color
Monochromatic Colors of #5A036D
Black with #5A036D
Text Example
Text Example
White with #5A036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A036D; }
p { color: rgb(90,3,109); }
H1.HeaderClassName
{
color: #5A036D;
}
.AnyTagClassName
{
color: #5A036D;
}
</style>
background-color css
<style>
a { background-color: #5A036D; }
a { background-color: rgb(90,3,109); }
div.DivClassName
{
background-color: #5A036D;
}
.BgClassName
{
background-color: #5A036D;
}
</style>
border-color css
<style>
span { border-color: #5A036D; }
span { border-color: rgb(90,3,109); }
td.TdClassName
{
border-color: #5A036D;
}
.TagClassName
{
border-color: #5A036D;
}
</style>