Shades of Indigo #520893
Tints of Indigo #520893
RGB
CMYK
RGB Variations
Color information
#520893 (or 0x520893) is known color: Indigo. HEX triplet: 52, 08 and 93. RGB value is (82,8,147). Sum of RGB (Red+Green+Blue) = 82+8+147=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #520893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520893 is #ADF76C. Grayscale: #2D2D2D. Windows color (decimal): -11401069 or 9635922. OLE color: 9635922.
HSL color Cylindrical-coordinate representation of color #520893: hue angle of 271.94º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520893 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 8 | 147 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.42 |
| HSL | 271.94º | 0.9% | 0.3% | - |
| HSV(B) | 271.94º | 0.95% | 0.58% | - |
| XYZ | 8.83 | 4.07 | 27.92 | - |
| YUV | 45.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 147 | 0.44 | 0.95 | 0 | 0.42 | 271.94 | 0.9 | 0.3 |
| Hex | 52 | 8 | 93 | 2C | 5F | 0 | 2A | 110 | 5A | 1E |
| Octal | 122 | 10 | 223 | 54 | 137 | 0 | 52 | 420 | 132 | 36 |
| Binary | 1010010 | 1000 | 10010011 | 101100 | 1011111 | 0 | 101010 | 100010000 | 1011010 | 11110 |
Color Harmonies of #520893
Complementary color
Monochromatic Colors of #520893
Black with #520893
Text Example
Text Example
White with #520893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520893; }
p { color: rgb(82,8,147); }
H1.HeaderClassName
{
color: #520893;
}
.AnyTagClassName
{
color: #520893;
}
</style>
background-color css
<style>
a { background-color: #520893; }
a { background-color: rgb(82,8,147); }
div.DivClassName
{
background-color: #520893;
}
.BgClassName
{
background-color: #520893;
}
</style>
border-color css
<style>
span { border-color: #520893; }
span { border-color: rgb(82,8,147); }
td.TdClassName
{
border-color: #520893;
}
.TagClassName
{
border-color: #520893;
}
</style>