Shades of Indigo #520567
Tints of Indigo #520567
RGB
CMYK
RGB Variations
Color information
#520567 (or 0x520567) is known color: Indigo. HEX triplet: 52, 05 and 67. RGB value is (82,5,103). Sum of RGB (Red+Green+Blue) = 82+5+103=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #520567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520567 is #ADFA98. Grayscale: #262626. Windows color (decimal): -11401881 or 6751570. OLE color: 6751570.
HSL color Cylindrical-coordinate representation of color #520567: hue angle of 287.14º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520567 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 5 | 103 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.60 |
| HSL | 287.14º | 0.91% | 0.21% | - |
| HSV(B) | 287.14º | 0.95% | 0.4% | - |
| XYZ | 5.98 | 2.88 | 13.07 | - |
| YUV | 39.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 103 | 0.20 | 0.95 | 0 | 0.60 | 287.14 | 0.91 | 0.21 |
| Hex | 52 | 5 | 67 | 14 | 5F | 0 | 3C | 11F | 5B | 15 |
| Octal | 122 | 5 | 147 | 24 | 137 | 0 | 74 | 437 | 133 | 25 |
| Binary | 1010010 | 101 | 1100111 | 10100 | 1011111 | 0 | 111100 | 100011111 | 1011011 | 10101 |
Color Harmonies of #520567
Complementary color
Monochromatic Colors of #520567
Black with #520567
Text Example
Text Example
White with #520567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520567; }
p { color: rgb(82,5,103); }
H1.HeaderClassName
{
color: #520567;
}
.AnyTagClassName
{
color: #520567;
}
</style>
background-color css
<style>
a { background-color: #520567; }
a { background-color: rgb(82,5,103); }
div.DivClassName
{
background-color: #520567;
}
.BgClassName
{
background-color: #520567;
}
</style>
border-color css
<style>
span { border-color: #520567; }
span { border-color: rgb(82,5,103); }
td.TdClassName
{
border-color: #520567;
}
.TagClassName
{
border-color: #520567;
}
</style>