Shades of Indigo #5A038A
Tints of Indigo #5A038A
RGB
CMYK
RGB Variations
Color information
#5A038A (or 0x5A038A) is known color: Indigo. HEX triplet: 5A, 03 and 8A. RGB value is (90,3,138). Sum of RGB (Red+Green+Blue) = 90+3+138=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A038A is #A5FC75. Grayscale: #2B2B2B. Windows color (decimal): -10878070 or 9044826. OLE color: 9044826.
HSL color Cylindrical-coordinate representation of color #5A038A: hue angle of 278.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A038A is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 3 | 138 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.46 |
| HSL | 278.67º | 0.96% | 0.28% | - |
| HSV(B) | 278.67º | 0.98% | 0.54% | - |
| XYZ | 8.84 | 4.07 | 24.37 | - |
| YUV | 44.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 138 | 0.35 | 0.98 | 0 | 0.46 | 278.67 | 0.96 | 0.28 |
| Hex | 5A | 3 | 8A | 23 | 62 | 0 | 2E | 117 | 60 | 1C |
| Octal | 132 | 3 | 212 | 43 | 142 | 0 | 56 | 427 | 140 | 34 |
| Binary | 1011010 | 11 | 10001010 | 100011 | 1100010 | 0 | 101110 | 100010111 | 1100000 | 11100 |
Color Harmonies of #5A038A
Complementary color
Monochromatic Colors of #5A038A
Black with #5A038A
Text Example
Text Example
White with #5A038A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A038A; }
p { color: rgb(90,3,138); }
H1.HeaderClassName
{
color: #5A038A;
}
.AnyTagClassName
{
color: #5A038A;
}
</style>
background-color css
<style>
a { background-color: #5A038A; }
a { background-color: rgb(90,3,138); }
div.DivClassName
{
background-color: #5A038A;
}
.BgClassName
{
background-color: #5A038A;
}
</style>
border-color css
<style>
span { border-color: #5A038A; }
span { border-color: rgb(90,3,138); }
td.TdClassName
{
border-color: #5A038A;
}
.TagClassName
{
border-color: #5A038A;
}
</style>