Shades of Indigo #5203AC
Tints of Indigo #5203AC
RGB
CMYK
RGB Variations
Color information
#5203AC (or 0x5203AC) is known color: Indigo. HEX triplet: 52, 03 and AC. RGB value is (82,3,172). Sum of RGB (Red+Green+Blue) = 82+3+172=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #5203AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5203AC is #ADFC53. Grayscale: #2D2D2D. Windows color (decimal): -11402324 or 11273042. OLE color: 11273042.
HSL color Cylindrical-coordinate representation of color #5203AC: hue angle of 268.05º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5203AC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 3 | 172 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.33 |
| HSL | 268.05º | 0.97% | 0.34% | - |
| HSV(B) | 268.05º | 0.98% | 0.67% | - |
| XYZ | 10.96 | 4.84 | 39.39 | - |
| YUV | 45.89 | 199.17 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 172 | 0.52 | 0.98 | 0 | 0.33 | 268.05 | 0.97 | 0.34 |
| Hex | 52 | 3 | AC | 34 | 62 | 0 | 21 | 10C | 61 | 22 |
| Octal | 122 | 3 | 254 | 64 | 142 | 0 | 41 | 414 | 141 | 42 |
| Binary | 1010010 | 11 | 10101100 | 110100 | 1100010 | 0 | 100001 | 100001100 | 1100001 | 100010 |
Color Harmonies of #5203AC
Complementary color
Monochromatic Colors of #5203AC
Black with #5203AC
Text Example
Text Example
White with #5203AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5203AC; }
p { color: rgb(82,3,172); }
H1.HeaderClassName
{
color: #5203AC;
}
.AnyTagClassName
{
color: #5203AC;
}
</style>
background-color css
<style>
a { background-color: #5203AC; }
a { background-color: rgb(82,3,172); }
div.DivClassName
{
background-color: #5203AC;
}
.BgClassName
{
background-color: #5203AC;
}
</style>
border-color css
<style>
span { border-color: #5203AC; }
span { border-color: rgb(82,3,172); }
td.TdClassName
{
border-color: #5203AC;
}
.TagClassName
{
border-color: #5203AC;
}
</style>