Shades of Indigo #520094
Tints of Indigo #520094
RGB
CMYK
RGB Variations
Color information
#520094 (or 0x520094) is known color: Indigo. HEX triplet: 52, 00 and 94. RGB value is (82,0,148). Sum of RGB (Red+Green+Blue) = 82+0+148=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #520094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520094 is #ADFF6B. Grayscale: #282828. Windows color (decimal): -11403116 or 9699410. OLE color: 9699410.
HSL color Cylindrical-coordinate representation of color #520094: hue angle of 273.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520094 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 0 | 148 | - |
| CMYK | 0.45 | 1 | 0 | 0.42 |
| HSL | 273.24º | 1% | 0.29% | - |
| HSV(B) | 273.24º | 1% | 0.58% | - |
| XYZ | 8.82 | 3.93 | 28.31 | - |
| YUV | 41.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 148 | 0.45 | 1 | 0 | 0.42 | 273.24 | 1 | 0.29 |
| Hex | 52 | 0 | 94 | 2D | 64 | 0 | 2A | 111 | 64 | 1D |
| Octal | 122 | 0 | 224 | 55 | 144 | 0 | 52 | 421 | 144 | 35 |
| Binary | 1010010 | 0 | 10010100 | 101101 | 1100100 | 0 | 101010 | 100010001 | 1100100 | 11101 |
Color Harmonies of #520094
Complementary color
Monochromatic Colors of #520094
Black with #520094
Text Example
Text Example
White with #520094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520094; }
p { color: rgb(82,0,148); }
H1.HeaderClassName
{
color: #520094;
}
.AnyTagClassName
{
color: #520094;
}
</style>
background-color css
<style>
a { background-color: #520094; }
a { background-color: rgb(82,0,148); }
div.DivClassName
{
background-color: #520094;
}
.BgClassName
{
background-color: #520094;
}
</style>
border-color css
<style>
span { border-color: #520094; }
span { border-color: rgb(82,0,148); }
td.TdClassName
{
border-color: #520094;
}
.TagClassName
{
border-color: #520094;
}
</style>