Shades of Indigo #521678
Tints of Indigo #521678
RGB
CMYK
RGB Variations
Color information
#521678 (or 0x521678) is known color: Indigo. HEX triplet: 52, 16 and 78. RGB value is (82,22,120). Sum of RGB (Red+Green+Blue) = 82+22+120=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #521678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521678 is #ADE987. Grayscale: #323232. Windows color (decimal): -11397512 or 7870034. OLE color: 7870034.
HSL color Cylindrical-coordinate representation of color #521678: hue angle of 276.73º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521678 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 22 | 120 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.53 |
| HSL | 276.73º | 0.69% | 0.28% | - |
| HSV(B) | 276.73º | 0.82% | 0.47% | - |
| XYZ | 7.16 | 3.72 | 18.11 | - |
| YUV | 51.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 22 | 120 | 0.32 | 0.82 | 0 | 0.53 | 276.73 | 0.69 | 0.28 |
| Hex | 52 | 16 | 78 | 20 | 52 | 0 | 35 | 115 | 45 | 1C |
| Octal | 122 | 26 | 170 | 40 | 122 | 0 | 65 | 425 | 105 | 34 |
| Binary | 1010010 | 10110 | 1111000 | 100000 | 1010010 | 0 | 110101 | 100010101 | 1000101 | 11100 |
Color Harmonies of #521678
Complementary color
Monochromatic Colors of #521678
Black with #521678
Text Example
Text Example
White with #521678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521678; }
p { color: rgb(82,22,120); }
H1.HeaderClassName
{
color: #521678;
}
.AnyTagClassName
{
color: #521678;
}
</style>
background-color css
<style>
a { background-color: #521678; }
a { background-color: rgb(82,22,120); }
div.DivClassName
{
background-color: #521678;
}
.BgClassName
{
background-color: #521678;
}
</style>
border-color css
<style>
span { border-color: #521678; }
span { border-color: rgb(82,22,120); }
td.TdClassName
{
border-color: #521678;
}
.TagClassName
{
border-color: #521678;
}
</style>