Shades of Indigo #521885
Tints of Indigo #521885
RGB
CMYK
RGB Variations
Color information
#521885 (or 0x521885) is known color: Indigo. HEX triplet: 52, 18 and 85. RGB value is (82,24,133). Sum of RGB (Red+Green+Blue) = 82+24+133=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #521885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521885 is #ADE77A. Grayscale: #353535. Windows color (decimal): -11396987 or 8722514. OLE color: 8722514.
HSL color Cylindrical-coordinate representation of color #521885: hue angle of 271.93º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521885 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 24 | 133 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.48 |
| HSL | 271.93º | 0.69% | 0.31% | - |
| HSV(B) | 271.93º | 0.82% | 0.52% | - |
| XYZ | 8.04 | 4.14 | 22.57 | - |
| YUV | 53.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 133 | 0.38 | 0.82 | 0 | 0.48 | 271.93 | 0.69 | 0.31 |
| Hex | 52 | 18 | 85 | 26 | 52 | 0 | 30 | 110 | 45 | 1F |
| Octal | 122 | 30 | 205 | 46 | 122 | 0 | 60 | 420 | 105 | 37 |
| Binary | 1010010 | 11000 | 10000101 | 100110 | 1010010 | 0 | 110000 | 100010000 | 1000101 | 11111 |
Color Harmonies of #521885
Complementary color
Monochromatic Colors of #521885
Black with #521885
Text Example
Text Example
White with #521885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521885; }
p { color: rgb(82,24,133); }
H1.HeaderClassName
{
color: #521885;
}
.AnyTagClassName
{
color: #521885;
}
</style>
background-color css
<style>
a { background-color: #521885; }
a { background-color: rgb(82,24,133); }
div.DivClassName
{
background-color: #521885;
}
.BgClassName
{
background-color: #521885;
}
</style>
border-color css
<style>
span { border-color: #521885; }
span { border-color: rgb(82,24,133); }
td.TdClassName
{
border-color: #521885;
}
.TagClassName
{
border-color: #521885;
}
</style>