Shades of Indigo #5207AC
Tints of Indigo #5207AC
RGB
CMYK
RGB Variations
Color information
#5207AC (or 0x5207AC) is known color: Indigo. HEX triplet: 52, 07 and AC. RGB value is (82,7,172). Sum of RGB (Red+Green+Blue) = 82+7+172=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #5207AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5207AC is #ADF853. Grayscale: #2F2F2F. Windows color (decimal): -11401300 or 11274066. OLE color: 11274066.
HSL color Cylindrical-coordinate representation of color #5207AC: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5207AC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 7 | 172 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.33 |
| HSL | 267.27º | 0.92% | 0.35% | - |
| HSV(B) | 267.27º | 0.96% | 0.67% | - |
| XYZ | 11 | 4.92 | 39.4 | - |
| YUV | 48.24 | 197.85 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 172 | 0.52 | 0.96 | 0 | 0.33 | 267.27 | 0.92 | 0.35 |
| Hex | 52 | 7 | AC | 34 | 60 | 0 | 21 | 10B | 5C | 23 |
| Octal | 122 | 7 | 254 | 64 | 140 | 0 | 41 | 413 | 134 | 43 |
| Binary | 1010010 | 111 | 10101100 | 110100 | 1100000 | 0 | 100001 | 100001011 | 1011100 | 100011 |
Color Harmonies of #5207AC
Complementary color
Monochromatic Colors of #5207AC
Black with #5207AC
Text Example
Text Example
White with #5207AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5207AC; }
p { color: rgb(82,7,172); }
H1.HeaderClassName
{
color: #5207AC;
}
.AnyTagClassName
{
color: #5207AC;
}
</style>
background-color css
<style>
a { background-color: #5207AC; }
a { background-color: rgb(82,7,172); }
div.DivClassName
{
background-color: #5207AC;
}
.BgClassName
{
background-color: #5207AC;
}
</style>
border-color css
<style>
span { border-color: #5207AC; }
span { border-color: rgb(82,7,172); }
td.TdClassName
{
border-color: #5207AC;
}
.TagClassName
{
border-color: #5207AC;
}
</style>