Shades of Indigo #5201AB
Tints of Indigo #5201AB
RGB
CMYK
RGB Variations
Color information
#5201AB (or 0x5201AB) is known color: Indigo. HEX triplet: 52, 01 and AB. RGB value is (82,1,171). Sum of RGB (Red+Green+Blue) = 82+1+171=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #5201AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5201AB is #ADFE54. Grayscale: #2C2C2C. Windows color (decimal): -11402837 or 11206994. OLE color: 11206994.
HSL color Cylindrical-coordinate representation of color #5201AB: hue angle of 268.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201AB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 1 | 171 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.33 |
| HSL | 268.59º | 0.99% | 0.34% | - |
| HSV(B) | 268.59º | 0.99% | 0.67% | - |
| XYZ | 10.84 | 4.76 | 38.87 | - |
| YUV | 44.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 171 | 0.52 | 0.99 | 0 | 0.33 | 268.59 | 0.99 | 0.34 |
| Hex | 52 | 1 | AB | 34 | 63 | 0 | 21 | 10D | 63 | 22 |
| Octal | 122 | 1 | 253 | 64 | 143 | 0 | 41 | 415 | 143 | 42 |
| Binary | 1010010 | 1 | 10101011 | 110100 | 1100011 | 0 | 100001 | 100001101 | 1100011 | 100010 |
Color Harmonies of #5201AB
Complementary color
Monochromatic Colors of #5201AB
Black with #5201AB
Text Example
Text Example
White with #5201AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201AB; }
p { color: rgb(82,1,171); }
H1.HeaderClassName
{
color: #5201AB;
}
.AnyTagClassName
{
color: #5201AB;
}
</style>
background-color css
<style>
a { background-color: #5201AB; }
a { background-color: rgb(82,1,171); }
div.DivClassName
{
background-color: #5201AB;
}
.BgClassName
{
background-color: #5201AB;
}
</style>
border-color css
<style>
span { border-color: #5201AB; }
span { border-color: rgb(82,1,171); }
td.TdClassName
{
border-color: #5201AB;
}
.TagClassName
{
border-color: #5201AB;
}
</style>