Shades of Indigo #520098
Tints of Indigo #520098
RGB
CMYK
RGB Variations
Color information
#520098 (or 0x520098) is known color: Indigo. HEX triplet: 52, 00 and 98. RGB value is (82,0,152). Sum of RGB (Red+Green+Blue) = 82+0+152=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #520098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520098 is #ADFF67. Grayscale: #292929. Windows color (decimal): -11403112 or 9961554. OLE color: 9961554.
HSL color Cylindrical-coordinate representation of color #520098: hue angle of 272.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520098 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 0 | 152 | - |
| CMYK | 0.46 | 1 | 0 | 0.40 |
| HSL | 272.37º | 1% | 0.3% | - |
| HSV(B) | 272.37º | 1% | 0.6% | - |
| XYZ | 9.15 | 4.06 | 30.01 | - |
| YUV | 41.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 152 | 0.46 | 1 | 0 | 0.40 | 272.37 | 1 | 0.3 |
| Hex | 52 | 0 | 98 | 2E | 64 | 0 | 28 | 110 | 64 | 1E |
| Octal | 122 | 0 | 230 | 56 | 144 | 0 | 50 | 420 | 144 | 36 |
| Binary | 1010010 | 0 | 10011000 | 101110 | 1100100 | 0 | 101000 | 100010000 | 1100100 | 11110 |
Color Harmonies of #520098
Complementary color
Monochromatic Colors of #520098
Black with #520098
Text Example
Text Example
White with #520098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520098; }
p { color: rgb(82,0,152); }
H1.HeaderClassName
{
color: #520098;
}
.AnyTagClassName
{
color: #520098;
}
</style>
background-color css
<style>
a { background-color: #520098; }
a { background-color: rgb(82,0,152); }
div.DivClassName
{
background-color: #520098;
}
.BgClassName
{
background-color: #520098;
}
</style>
border-color css
<style>
span { border-color: #520098; }
span { border-color: rgb(82,0,152); }
td.TdClassName
{
border-color: #520098;
}
.TagClassName
{
border-color: #520098;
}
</style>