Shades of Indigo #520688
Tints of Indigo #520688
RGB
CMYK
RGB Variations
Color information
#520688 (or 0x520688) is known color: Indigo. HEX triplet: 52, 06 and 88. RGB value is (82,6,136). Sum of RGB (Red+Green+Blue) = 82+6+136=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #520688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520688 is #ADF977. Grayscale: #2B2B2B. Windows color (decimal): -11401592 or 8914514. OLE color: 8914514.
HSL color Cylindrical-coordinate representation of color #520688: hue angle of 275.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520688 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 6 | 136 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.47 |
| HSL | 275.08º | 0.92% | 0.28% | - |
| HSV(B) | 275.08º | 0.96% | 0.53% | - |
| XYZ | 7.99 | 3.7 | 23.59 | - |
| YUV | 43.54 | 180.18 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 136 | 0.40 | 0.96 | 0 | 0.47 | 275.08 | 0.92 | 0.28 |
| Hex | 52 | 6 | 88 | 28 | 60 | 0 | 2F | 113 | 5C | 1C |
| Octal | 122 | 6 | 210 | 50 | 140 | 0 | 57 | 423 | 134 | 34 |
| Binary | 1010010 | 110 | 10001000 | 101000 | 1100000 | 0 | 101111 | 100010011 | 1011100 | 11100 |
Color Harmonies of #520688
Complementary color
Monochromatic Colors of #520688
Black with #520688
Text Example
Text Example
White with #520688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520688; }
p { color: rgb(82,6,136); }
H1.HeaderClassName
{
color: #520688;
}
.AnyTagClassName
{
color: #520688;
}
</style>
background-color css
<style>
a { background-color: #520688; }
a { background-color: rgb(82,6,136); }
div.DivClassName
{
background-color: #520688;
}
.BgClassName
{
background-color: #520688;
}
</style>
border-color css
<style>
span { border-color: #520688; }
span { border-color: rgb(82,6,136); }
td.TdClassName
{
border-color: #520688;
}
.TagClassName
{
border-color: #520688;
}
</style>