Shades of Indigo #5201AF
Tints of Indigo #5201AF
RGB
CMYK
RGB Variations
Color information
#5201AF (or 0x5201AF) is known color: Indigo. HEX triplet: 52, 01 and AF. RGB value is (82,1,175). Sum of RGB (Red+Green+Blue) = 82+1+175=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #5201AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5201AF is #ADFE50. Grayscale: #2C2C2C. Windows color (decimal): -11402833 or 11469138. OLE color: 11469138.
HSL color Cylindrical-coordinate representation of color #5201AF: hue angle of 267.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5201AF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 1 | 175 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.31 |
| HSL | 267.93º | 0.99% | 0.35% | - |
| HSV(B) | 267.93º | 0.99% | 0.69% | - |
| XYZ | 11.23 | 4.91 | 40.91 | - |
| YUV | 45.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 175 | 0.53 | 0.99 | 0 | 0.31 | 267.93 | 0.99 | 0.35 |
| Hex | 52 | 1 | AF | 35 | 63 | 0 | 1F | 10C | 63 | 23 |
| Octal | 122 | 1 | 257 | 65 | 143 | 0 | 37 | 414 | 143 | 43 |
| Binary | 1010010 | 1 | 10101111 | 110101 | 1100011 | 0 | 11111 | 100001100 | 1100011 | 100011 |
Color Harmonies of #5201AF
Complementary color
Monochromatic Colors of #5201AF
Black with #5201AF
Text Example
Text Example
White with #5201AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5201AF; }
p { color: rgb(82,1,175); }
H1.HeaderClassName
{
color: #5201AF;
}
.AnyTagClassName
{
color: #5201AF;
}
</style>
background-color css
<style>
a { background-color: #5201AF; }
a { background-color: rgb(82,1,175); }
div.DivClassName
{
background-color: #5201AF;
}
.BgClassName
{
background-color: #5201AF;
}
</style>
border-color css
<style>
span { border-color: #5201AF; }
span { border-color: rgb(82,1,175); }
td.TdClassName
{
border-color: #5201AF;
}
.TagClassName
{
border-color: #5201AF;
}
</style>