Shades of Indigo #521583
Tints of Indigo #521583
RGB
CMYK
RGB Variations
Color information
#521583 (or 0x521583) is known color: Indigo. HEX triplet: 52, 15 and 83. RGB value is (82,21,131). Sum of RGB (Red+Green+Blue) = 82+21+131=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #521583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521583 is #ADEA7C. Grayscale: #333333. Windows color (decimal): -11397757 or 8590674. OLE color: 8590674.
HSL color Cylindrical-coordinate representation of color #521583: hue angle of 273.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521583 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 21 | 131 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.49 |
| HSL | 273.27º | 0.72% | 0.3% | - |
| HSV(B) | 273.27º | 0.84% | 0.51% | - |
| XYZ | 7.84 | 3.97 | 21.83 | - |
| YUV | 51.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 131 | 0.37 | 0.84 | 0 | 0.49 | 273.27 | 0.72 | 0.3 |
| Hex | 52 | 15 | 83 | 25 | 54 | 0 | 31 | 111 | 48 | 1E |
| Octal | 122 | 25 | 203 | 45 | 124 | 0 | 61 | 421 | 110 | 36 |
| Binary | 1010010 | 10101 | 10000011 | 100101 | 1010100 | 0 | 110001 | 100010001 | 1001000 | 11110 |
Color Harmonies of #521583
Complementary color
Monochromatic Colors of #521583
Black with #521583
Text Example
Text Example
White with #521583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521583; }
p { color: rgb(82,21,131); }
H1.HeaderClassName
{
color: #521583;
}
.AnyTagClassName
{
color: #521583;
}
</style>
background-color css
<style>
a { background-color: #521583; }
a { background-color: rgb(82,21,131); }
div.DivClassName
{
background-color: #521583;
}
.BgClassName
{
background-color: #521583;
}
</style>
border-color css
<style>
span { border-color: #521583; }
span { border-color: rgb(82,21,131); }
td.TdClassName
{
border-color: #521583;
}
.TagClassName
{
border-color: #521583;
}
</style>