Shades of Indigo #5206A3
Tints of Indigo #5206A3
RGB
CMYK
RGB Variations
Color information
#5206A3 (or 0x5206A3) is known color: Indigo. HEX triplet: 52, 06 and A3. RGB value is (82,6,163). Sum of RGB (Red+Green+Blue) = 82+6+163=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #5206A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206A3 is #ADF95C. Grayscale: #2E2E2E. Windows color (decimal): -11401565 or 10683986. OLE color: 10683986.
HSL color Cylindrical-coordinate representation of color #5206A3: hue angle of 269.04º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5206A3 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 6 | 163 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.36 |
| HSL | 269.04º | 0.93% | 0.33% | - |
| HSV(B) | 269.04º | 0.96% | 0.64% | - |
| XYZ | 10.16 | 4.57 | 35 | - |
| YUV | 46.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 163 | 0.50 | 0.96 | 0 | 0.36 | 269.04 | 0.93 | 0.33 |
| Hex | 52 | 6 | A3 | 32 | 60 | 0 | 24 | 10D | 5D | 21 |
| Octal | 122 | 6 | 243 | 62 | 140 | 0 | 44 | 415 | 135 | 41 |
| Binary | 1010010 | 110 | 10100011 | 110010 | 1100000 | 0 | 100100 | 100001101 | 1011101 | 100001 |
Color Harmonies of #5206A3
Complementary color
Monochromatic Colors of #5206A3
Black with #5206A3
Text Example
Text Example
White with #5206A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5206A3; }
p { color: rgb(82,6,163); }
H1.HeaderClassName
{
color: #5206A3;
}
.AnyTagClassName
{
color: #5206A3;
}
</style>
background-color css
<style>
a { background-color: #5206A3; }
a { background-color: rgb(82,6,163); }
div.DivClassName
{
background-color: #5206A3;
}
.BgClassName
{
background-color: #5206A3;
}
</style>
border-color css
<style>
span { border-color: #5206A3; }
span { border-color: rgb(82,6,163); }
td.TdClassName
{
border-color: #5206A3;
}
.TagClassName
{
border-color: #5206A3;
}
</style>