Shades of Indigo #5A039E
Tints of Indigo #5A039E
RGB
CMYK
RGB Variations
Color information
#5A039E (or 0x5A039E) is known color: Indigo. HEX triplet: 5A, 03 and 9E. RGB value is (90,3,158). Sum of RGB (Red+Green+Blue) = 90+3+158=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A039E is #A5FC61. Grayscale: #2E2E2E. Windows color (decimal): -10878050 or 10355546. OLE color: 10355546.
HSL color Cylindrical-coordinate representation of color #5A039E: hue angle of 273.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A039E is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 3 | 158 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.38 |
| HSL | 273.68º | 0.96% | 0.32% | - |
| HSV(B) | 273.68º | 0.98% | 0.62% | - |
| XYZ | 10.42 | 4.71 | 32.71 | - |
| YUV | 46.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 158 | 0.43 | 0.98 | 0 | 0.38 | 273.68 | 0.96 | 0.32 |
| Hex | 5A | 3 | 9E | 2B | 62 | 0 | 26 | 112 | 60 | 20 |
| Octal | 132 | 3 | 236 | 53 | 142 | 0 | 46 | 422 | 140 | 40 |
| Binary | 1011010 | 11 | 10011110 | 101011 | 1100010 | 0 | 100110 | 100010010 | 1100000 | 100000 |
Color Harmonies of #5A039E
Complementary color
Monochromatic Colors of #5A039E
Black with #5A039E
Text Example
Text Example
White with #5A039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A039E; }
p { color: rgb(90,3,158); }
H1.HeaderClassName
{
color: #5A039E;
}
.AnyTagClassName
{
color: #5A039E;
}
</style>
background-color css
<style>
a { background-color: #5A039E; }
a { background-color: rgb(90,3,158); }
div.DivClassName
{
background-color: #5A039E;
}
.BgClassName
{
background-color: #5A039E;
}
</style>
border-color css
<style>
span { border-color: #5A039E; }
span { border-color: rgb(90,3,158); }
td.TdClassName
{
border-color: #5A039E;
}
.TagClassName
{
border-color: #5A039E;
}
</style>