Shades of Indigo #521692
Tints of Indigo #521692
RGB
CMYK
RGB Variations
Color information
#521692 (or 0x521692) is known color: Indigo. HEX triplet: 52, 16 and 92. RGB value is (82,22,146). Sum of RGB (Red+Green+Blue) = 82+22+146=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #521692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521692 is #ADE96D. Grayscale: #353535. Windows color (decimal): -11397486 or 9573970. OLE color: 9573970.
HSL color Cylindrical-coordinate representation of color #521692: hue angle of 269.03º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521692 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 22 | 146 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.43 |
| HSL | 269.03º | 0.74% | 0.33% | - |
| HSV(B) | 269.03º | 0.85% | 0.57% | - |
| XYZ | 8.95 | 4.44 | 27.58 | - |
| YUV | 54.08 | 179.88 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 146 | 0.44 | 0.85 | 0 | 0.43 | 269.03 | 0.74 | 0.33 |
| Hex | 52 | 16 | 92 | 2C | 55 | 0 | 2B | 10D | 4A | 21 |
| Octal | 122 | 26 | 222 | 54 | 125 | 0 | 53 | 415 | 112 | 41 |
| Binary | 1010010 | 10110 | 10010010 | 101100 | 1010101 | 0 | 101011 | 100001101 | 1001010 | 100001 |
Color Harmonies of #521692
Complementary color
Monochromatic Colors of #521692
Black with #521692
Text Example
Text Example
White with #521692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521692; }
p { color: rgb(82,22,146); }
H1.HeaderClassName
{
color: #521692;
}
.AnyTagClassName
{
color: #521692;
}
</style>
background-color css
<style>
a { background-color: #521692; }
a { background-color: rgb(82,22,146); }
div.DivClassName
{
background-color: #521692;
}
.BgClassName
{
background-color: #521692;
}
</style>
border-color css
<style>
span { border-color: #521692; }
span { border-color: rgb(82,22,146); }
td.TdClassName
{
border-color: #521692;
}
.TagClassName
{
border-color: #521692;
}
</style>