Shades of Indigo #521878
Tints of Indigo #521878
RGB
CMYK
RGB Variations
Color information
#521878 (or 0x521878) is known color: Indigo. HEX triplet: 52, 18 and 78. RGB value is (82,24,120). Sum of RGB (Red+Green+Blue) = 82+24+120=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #521878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521878 is #ADE787. Grayscale: #333333. Windows color (decimal): -11397000 or 7870546. OLE color: 7870546.
HSL color Cylindrical-coordinate representation of color #521878: hue angle of 276.25º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521878 is Cyan = 0.32, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 24 | 120 | - |
| CMYK | 0.32 | 0.8 | 0 | 0.53 |
| HSL | 276.25º | 0.67% | 0.28% | - |
| HSV(B) | 276.25º | 0.8% | 0.47% | - |
| XYZ | 7.2 | 3.8 | 18.12 | - |
| YUV | 52.29 | 166.22 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 120 | 0.32 | 0.8 | 0 | 0.53 | 276.25 | 0.67 | 0.28 |
| Hex | 52 | 18 | 78 | 20 | 50 | 0 | 35 | 114 | 43 | 1C |
| Octal | 122 | 30 | 170 | 40 | 120 | 0 | 65 | 424 | 103 | 34 |
| Binary | 1010010 | 11000 | 1111000 | 100000 | 1010000 | 0 | 110101 | 100010100 | 1000011 | 11100 |
Color Harmonies of #521878
Complementary color
Monochromatic Colors of #521878
Black with #521878
Text Example
Text Example
White with #521878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521878; }
p { color: rgb(82,24,120); }
H1.HeaderClassName
{
color: #521878;
}
.AnyTagClassName
{
color: #521878;
}
</style>
background-color css
<style>
a { background-color: #521878; }
a { background-color: rgb(82,24,120); }
div.DivClassName
{
background-color: #521878;
}
.BgClassName
{
background-color: #521878;
}
</style>
border-color css
<style>
span { border-color: #521878; }
span { border-color: rgb(82,24,120); }
td.TdClassName
{
border-color: #521878;
}
.TagClassName
{
border-color: #521878;
}
</style>