Shades of Indigo #520698
Tints of Indigo #520698
RGB
CMYK
RGB Variations
Color information
#520698 (or 0x520698) is known color: Indigo. HEX triplet: 52, 06 and 98. RGB value is (82,6,152). Sum of RGB (Red+Green+Blue) = 82+6+152=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #520698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520698 is #ADF967. Grayscale: #2C2C2C. Windows color (decimal): -11401576 or 9963090. OLE color: 9963090.
HSL color Cylindrical-coordinate representation of color #520698: hue angle of 271.23º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520698 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 6 | 152 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.40 |
| HSL | 271.23º | 0.92% | 0.31% | - |
| HSV(B) | 271.23º | 0.96% | 0.6% | - |
| XYZ | 9.21 | 4.19 | 30.03 | - |
| YUV | 45.37 | 188.18 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 152 | 0.46 | 0.96 | 0 | 0.40 | 271.23 | 0.92 | 0.31 |
| Hex | 52 | 6 | 98 | 2E | 60 | 0 | 28 | 10F | 5C | 1F |
| Octal | 122 | 6 | 230 | 56 | 140 | 0 | 50 | 417 | 134 | 37 |
| Binary | 1010010 | 110 | 10011000 | 101110 | 1100000 | 0 | 101000 | 100001111 | 1011100 | 11111 |
Color Harmonies of #520698
Complementary color
Monochromatic Colors of #520698
Black with #520698
Text Example
Text Example
White with #520698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520698; }
p { color: rgb(82,6,152); }
H1.HeaderClassName
{
color: #520698;
}
.AnyTagClassName
{
color: #520698;
}
</style>
background-color css
<style>
a { background-color: #520698; }
a { background-color: rgb(82,6,152); }
div.DivClassName
{
background-color: #520698;
}
.BgClassName
{
background-color: #520698;
}
</style>
border-color css
<style>
span { border-color: #520698; }
span { border-color: rgb(82,6,152); }
td.TdClassName
{
border-color: #520698;
}
.TagClassName
{
border-color: #520698;
}
</style>