Shades of Indigo #5A0282
Tints of Indigo #5A0282
RGB
CMYK
RGB Variations
Color information
#5A0282 (or 0x5A0282) is known color: Indigo. HEX triplet: 5A, 02 and 82. RGB value is (90,2,130). Sum of RGB (Red+Green+Blue) = 90+2+130=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #5A0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0282 is #A5FD7D. Grayscale: #2A2A2A. Windows color (decimal): -10878334 or 8520282. OLE color: 8520282.
HSL color Cylindrical-coordinate representation of color #5A0282: hue angle of 281.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0282 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 2 | 130 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.49 |
| HSL | 281.25º | 0.97% | 0.26% | - |
| HSV(B) | 281.25º | 0.98% | 0.51% | - |
| XYZ | 8.27 | 3.83 | 21.42 | - |
| YUV | 42.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 130 | 0.31 | 0.98 | 0 | 0.49 | 281.25 | 0.97 | 0.26 |
| Hex | 5A | 2 | 82 | 1F | 62 | 0 | 31 | 119 | 61 | 1A |
| Octal | 132 | 2 | 202 | 37 | 142 | 0 | 61 | 431 | 141 | 32 |
| Binary | 1011010 | 10 | 10000010 | 11111 | 1100010 | 0 | 110001 | 100011001 | 1100001 | 11010 |
Color Harmonies of #5A0282
Complementary color
Monochromatic Colors of #5A0282
Black with #5A0282
Text Example
Text Example
White with #5A0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0282; }
p { color: rgb(90,2,130); }
H1.HeaderClassName
{
color: #5A0282;
}
.AnyTagClassName
{
color: #5A0282;
}
</style>
background-color css
<style>
a { background-color: #5A0282; }
a { background-color: rgb(90,2,130); }
div.DivClassName
{
background-color: #5A0282;
}
.BgClassName
{
background-color: #5A0282;
}
</style>
border-color css
<style>
span { border-color: #5A0282; }
span { border-color: rgb(90,2,130); }
td.TdClassName
{
border-color: #5A0282;
}
.TagClassName
{
border-color: #5A0282;
}
</style>