Shades of Indigo #521593
Tints of Indigo #521593
RGB
CMYK
RGB Variations
Color information
#521593 (or 0x521593) is known color: Indigo. HEX triplet: 52, 15 and 93. RGB value is (82,21,147). Sum of RGB (Red+Green+Blue) = 82+21+147=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #521593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521593 is #ADEA6C. Grayscale: #353535. Windows color (decimal): -11397741 or 9639250. OLE color: 9639250.
HSL color Cylindrical-coordinate representation of color #521593: hue angle of 269.05º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521593 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 21 | 147 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.42 |
| HSL | 269.05º | 0.75% | 0.33% | - |
| HSV(B) | 269.05º | 0.86% | 0.58% | - |
| XYZ | 9.01 | 4.44 | 27.99 | - |
| YUV | 53.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 147 | 0.44 | 0.86 | 0 | 0.42 | 269.05 | 0.75 | 0.33 |
| Hex | 52 | 15 | 93 | 2C | 56 | 0 | 2A | 10D | 4B | 21 |
| Octal | 122 | 25 | 223 | 54 | 126 | 0 | 52 | 415 | 113 | 41 |
| Binary | 1010010 | 10101 | 10010011 | 101100 | 1010110 | 0 | 101010 | 100001101 | 1001011 | 100001 |
Color Harmonies of #521593
Complementary color
Monochromatic Colors of #521593
Black with #521593
Text Example
Text Example
White with #521593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521593; }
p { color: rgb(82,21,147); }
H1.HeaderClassName
{
color: #521593;
}
.AnyTagClassName
{
color: #521593;
}
</style>
background-color css
<style>
a { background-color: #521593; }
a { background-color: rgb(82,21,147); }
div.DivClassName
{
background-color: #521593;
}
.BgClassName
{
background-color: #521593;
}
</style>
border-color css
<style>
span { border-color: #521593; }
span { border-color: rgb(82,21,147); }
td.TdClassName
{
border-color: #521593;
}
.TagClassName
{
border-color: #521593;
}
</style>