Shades of Indigo #521091
Tints of Indigo #521091
RGB
CMYK
RGB Variations
Color information
#521091 (or 0x521091) is known color: Indigo. HEX triplet: 52, 10 and 91. RGB value is (82,16,145). Sum of RGB (Red+Green+Blue) = 82+16+145=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #521091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521091 is #ADEF6E. Grayscale: #313131. Windows color (decimal): -11399023 or 9506898. OLE color: 9506898.
HSL color Cylindrical-coordinate representation of color #521091: hue angle of 270.7º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521091 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 16 | 145 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.43 |
| HSL | 270.7º | 0.8% | 0.32% | - |
| HSV(B) | 270.7º | 0.89% | 0.57% | - |
| XYZ | 8.78 | 4.21 | 27.14 | - |
| YUV | 50.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 145 | 0.43 | 0.89 | 0 | 0.43 | 270.7 | 0.8 | 0.32 |
| Hex | 52 | 10 | 91 | 2B | 59 | 0 | 2B | 10F | 50 | 20 |
| Octal | 122 | 20 | 221 | 53 | 131 | 0 | 53 | 417 | 120 | 40 |
| Binary | 1010010 | 10000 | 10010001 | 101011 | 1011001 | 0 | 101011 | 100001111 | 1010000 | 100000 |
Color Harmonies of #521091
Complementary color
Monochromatic Colors of #521091
Black with #521091
Text Example
Text Example
White with #521091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521091; }
p { color: rgb(82,16,145); }
H1.HeaderClassName
{
color: #521091;
}
.AnyTagClassName
{
color: #521091;
}
</style>
background-color css
<style>
a { background-color: #521091; }
a { background-color: rgb(82,16,145); }
div.DivClassName
{
background-color: #521091;
}
.BgClassName
{
background-color: #521091;
}
</style>
border-color css
<style>
span { border-color: #521091; }
span { border-color: rgb(82,16,145); }
td.TdClassName
{
border-color: #521091;
}
.TagClassName
{
border-color: #521091;
}
</style>