Shades of Indigo #5A038D
Tints of Indigo #5A038D
RGB
CMYK
RGB Variations
Color information
#5A038D (or 0x5A038D) is known color: Indigo. HEX triplet: 5A, 03 and 8D. RGB value is (90,3,141). Sum of RGB (Red+Green+Blue) = 90+3+141=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A038D is #A5FC72. Grayscale: #2C2C2C. Windows color (decimal): -10878067 or 9241434. OLE color: 9241434.
HSL color Cylindrical-coordinate representation of color #5A038D: hue angle of 277.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A038D is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 3 | 141 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.45 |
| HSL | 277.83º | 0.96% | 0.28% | - |
| HSV(B) | 277.83º | 0.98% | 0.55% | - |
| XYZ | 9.06 | 4.16 | 25.53 | - |
| YUV | 44.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 141 | 0.36 | 0.98 | 0 | 0.45 | 277.83 | 0.96 | 0.28 |
| Hex | 5A | 3 | 8D | 24 | 62 | 0 | 2D | 116 | 60 | 1C |
| Octal | 132 | 3 | 215 | 44 | 142 | 0 | 55 | 426 | 140 | 34 |
| Binary | 1011010 | 11 | 10001101 | 100100 | 1100010 | 0 | 101101 | 100010110 | 1100000 | 11100 |
Color Harmonies of #5A038D
Complementary color
Monochromatic Colors of #5A038D
Black with #5A038D
Text Example
Text Example
White with #5A038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A038D; }
p { color: rgb(90,3,141); }
H1.HeaderClassName
{
color: #5A038D;
}
.AnyTagClassName
{
color: #5A038D;
}
</style>
background-color css
<style>
a { background-color: #5A038D; }
a { background-color: rgb(90,3,141); }
div.DivClassName
{
background-color: #5A038D;
}
.BgClassName
{
background-color: #5A038D;
}
</style>
border-color css
<style>
span { border-color: #5A038D; }
span { border-color: rgb(90,3,141); }
td.TdClassName
{
border-color: #5A038D;
}
.TagClassName
{
border-color: #5A038D;
}
</style>