Shades of Indigo #520891
Tints of Indigo #520891
RGB
CMYK
RGB Variations
Color information
#520891 (or 0x520891) is known color: Indigo. HEX triplet: 52, 08 and 91. RGB value is (82,8,145). Sum of RGB (Red+Green+Blue) = 82+8+145=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #520891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520891 is #ADF76E. Grayscale: #2D2D2D. Windows color (decimal): -11401071 or 9504850. OLE color: 9504850.
HSL color Cylindrical-coordinate representation of color #520891: hue angle of 272.41º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520891 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 8 | 145 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.43 |
| HSL | 272.41º | 0.9% | 0.3% | - |
| HSV(B) | 272.41º | 0.94% | 0.57% | - |
| XYZ | 8.68 | 4.01 | 27.11 | - |
| YUV | 45.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 145 | 0.43 | 0.94 | 0 | 0.43 | 272.41 | 0.9 | 0.3 |
| Hex | 52 | 8 | 91 | 2B | 5E | 0 | 2B | 110 | 5A | 1E |
| Octal | 122 | 10 | 221 | 53 | 136 | 0 | 53 | 420 | 132 | 36 |
| Binary | 1010010 | 1000 | 10010001 | 101011 | 1011110 | 0 | 101011 | 100010000 | 1011010 | 11110 |
Color Harmonies of #520891
Complementary color
Monochromatic Colors of #520891
Black with #520891
Text Example
Text Example
White with #520891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520891; }
p { color: rgb(82,8,145); }
H1.HeaderClassName
{
color: #520891;
}
.AnyTagClassName
{
color: #520891;
}
</style>
background-color css
<style>
a { background-color: #520891; }
a { background-color: rgb(82,8,145); }
div.DivClassName
{
background-color: #520891;
}
.BgClassName
{
background-color: #520891;
}
</style>
border-color css
<style>
span { border-color: #520891; }
span { border-color: rgb(82,8,145); }
td.TdClassName
{
border-color: #520891;
}
.TagClassName
{
border-color: #520891;
}
</style>