Shades of Indigo #520092
Tints of Indigo #520092
RGB
CMYK
RGB Variations
Color information
#520092 (or 0x520092) is known color: Indigo. HEX triplet: 52, 00 and 92. RGB value is (82,0,146). Sum of RGB (Red+Green+Blue) = 82+0+146=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #520092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520092 is #ADFF6D. Grayscale: #282828. Windows color (decimal): -11403118 or 9568338. OLE color: 9568338.
HSL color Cylindrical-coordinate representation of color #520092: hue angle of 273.7º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520092 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 0 | 146 | - |
| CMYK | 0.44 | 1 | 0 | 0.43 |
| HSL | 273.7º | 1% | 0.29% | - |
| HSV(B) | 273.7º | 1% | 0.57% | - |
| XYZ | 8.67 | 3.87 | 27.48 | - |
| YUV | 41.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 146 | 0.44 | 1 | 0 | 0.43 | 273.7 | 1 | 0.29 |
| Hex | 52 | 0 | 92 | 2C | 64 | 0 | 2B | 112 | 64 | 1D |
| Octal | 122 | 0 | 222 | 54 | 144 | 0 | 53 | 422 | 144 | 35 |
| Binary | 1010010 | 0 | 10010010 | 101100 | 1100100 | 0 | 101011 | 100010010 | 1100100 | 11101 |
Color Harmonies of #520092
Complementary color
Monochromatic Colors of #520092
Black with #520092
Text Example
Text Example
White with #520092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520092; }
p { color: rgb(82,0,146); }
H1.HeaderClassName
{
color: #520092;
}
.AnyTagClassName
{
color: #520092;
}
</style>
background-color css
<style>
a { background-color: #520092; }
a { background-color: rgb(82,0,146); }
div.DivClassName
{
background-color: #520092;
}
.BgClassName
{
background-color: #520092;
}
</style>
border-color css
<style>
span { border-color: #520092; }
span { border-color: rgb(82,0,146); }
td.TdClassName
{
border-color: #520092;
}
.TagClassName
{
border-color: #520092;
}
</style>