Shades of Indigo #520488
Tints of Indigo #520488
RGB
CMYK
RGB Variations
Color information
#520488 (or 0x520488) is known color: Indigo. HEX triplet: 52, 04 and 88. RGB value is (82,4,136). Sum of RGB (Red+Green+Blue) = 82+4+136=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #520488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520488 is #ADFB77. Grayscale: #292929. Windows color (decimal): -11402104 or 8914002. OLE color: 8914002.
HSL color Cylindrical-coordinate representation of color #520488: hue angle of 275.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520488 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 4 | 136 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.47 |
| HSL | 275.45º | 0.94% | 0.27% | - |
| HSV(B) | 275.45º | 0.97% | 0.53% | - |
| XYZ | 7.97 | 3.66 | 23.58 | - |
| YUV | 42.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 136 | 0.40 | 0.97 | 0 | 0.47 | 275.45 | 0.94 | 0.27 |
| Hex | 52 | 4 | 88 | 28 | 61 | 0 | 2F | 113 | 5E | 1B |
| Octal | 122 | 4 | 210 | 50 | 141 | 0 | 57 | 423 | 136 | 33 |
| Binary | 1010010 | 100 | 10001000 | 101000 | 1100001 | 0 | 101111 | 100010011 | 1011110 | 11011 |
Color Harmonies of #520488
Complementary color
Monochromatic Colors of #520488
Black with #520488
Text Example
Text Example
White with #520488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520488; }
p { color: rgb(82,4,136); }
H1.HeaderClassName
{
color: #520488;
}
.AnyTagClassName
{
color: #520488;
}
</style>
background-color css
<style>
a { background-color: #520488; }
a { background-color: rgb(82,4,136); }
div.DivClassName
{
background-color: #520488;
}
.BgClassName
{
background-color: #520488;
}
</style>
border-color css
<style>
span { border-color: #520488; }
span { border-color: rgb(82,4,136); }
td.TdClassName
{
border-color: #520488;
}
.TagClassName
{
border-color: #520488;
}
</style>