Shades of Indigo #5A0182
Tints of Indigo #5A0182
RGB
CMYK
RGB Variations
Color information
#5A0182 (or 0x5A0182) is known color: Indigo. HEX triplet: 5A, 01 and 82. RGB value is (90,1,130). Sum of RGB (Red+Green+Blue) = 90+1+130=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0182 is #A5FE7D. Grayscale: #292929. Windows color (decimal): -10878590 or 8520026. OLE color: 8520026.
HSL color Cylindrical-coordinate representation of color #5A0182: hue angle of 281.4º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0182 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 1 | 130 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.49 |
| HSL | 281.4º | 0.98% | 0.26% | - |
| HSV(B) | 281.4º | 0.99% | 0.51% | - |
| XYZ | 8.26 | 3.81 | 21.42 | - |
| YUV | 42.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 130 | 0.31 | 0.99 | 0 | 0.49 | 281.4 | 0.98 | 0.26 |
| Hex | 5A | 1 | 82 | 1F | 63 | 0 | 31 | 119 | 62 | 1A |
| Octal | 132 | 1 | 202 | 37 | 143 | 0 | 61 | 431 | 142 | 32 |
| Binary | 1011010 | 1 | 10000010 | 11111 | 1100011 | 0 | 110001 | 100011001 | 1100010 | 11010 |
Color Harmonies of #5A0182
Complementary color
Monochromatic Colors of #5A0182
Black with #5A0182
Text Example
Text Example
White with #5A0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0182; }
p { color: rgb(90,1,130); }
H1.HeaderClassName
{
color: #5A0182;
}
.AnyTagClassName
{
color: #5A0182;
}
</style>
background-color css
<style>
a { background-color: #5A0182; }
a { background-color: rgb(90,1,130); }
div.DivClassName
{
background-color: #5A0182;
}
.BgClassName
{
background-color: #5A0182;
}
</style>
border-color css
<style>
span { border-color: #5A0182; }
span { border-color: rgb(90,1,130); }
td.TdClassName
{
border-color: #5A0182;
}
.TagClassName
{
border-color: #5A0182;
}
</style>