Shades of Indigo #521685
Tints of Indigo #521685
RGB
CMYK
RGB Variations
Color information
#521685 (or 0x521685) is known color: Indigo. HEX triplet: 52, 16 and 85. RGB value is (82,22,133). Sum of RGB (Red+Green+Blue) = 82+22+133=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #521685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521685 is #ADE97A. Grayscale: #343434. Windows color (decimal): -11397499 or 8722002. OLE color: 8722002.
HSL color Cylindrical-coordinate representation of color #521685: hue angle of 272.43º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521685 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 22 | 133 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.48 |
| HSL | 272.43º | 0.72% | 0.3% | - |
| HSV(B) | 272.43º | 0.83% | 0.52% | - |
| XYZ | 8 | 4.06 | 22.55 | - |
| YUV | 52.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 133 | 0.38 | 0.83 | 0 | 0.48 | 272.43 | 0.72 | 0.3 |
| Hex | 52 | 16 | 85 | 26 | 53 | 0 | 30 | 110 | 48 | 1E |
| Octal | 122 | 26 | 205 | 46 | 123 | 0 | 60 | 420 | 110 | 36 |
| Binary | 1010010 | 10110 | 10000101 | 100110 | 1010011 | 0 | 110000 | 100010000 | 1001000 | 11110 |
Color Harmonies of #521685
Complementary color
Monochromatic Colors of #521685
Black with #521685
Text Example
Text Example
White with #521685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521685; }
p { color: rgb(82,22,133); }
H1.HeaderClassName
{
color: #521685;
}
.AnyTagClassName
{
color: #521685;
}
</style>
background-color css
<style>
a { background-color: #521685; }
a { background-color: rgb(82,22,133); }
div.DivClassName
{
background-color: #521685;
}
.BgClassName
{
background-color: #521685;
}
</style>
border-color css
<style>
span { border-color: #521685; }
span { border-color: rgb(82,22,133); }
td.TdClassName
{
border-color: #521685;
}
.TagClassName
{
border-color: #521685;
}
</style>