Shades of Indigo #521774
Tints of Indigo #521774
RGB
CMYK
RGB Variations
Color information
#521774 (or 0x521774) is known color: Indigo. HEX triplet: 52, 17 and 74. RGB value is (82,23,116). Sum of RGB (Red+Green+Blue) = 82+23+116=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 116 (45.70% from 255 or 52.49% from 221); Max value from RGB is 116 - color contains mainly: blue. Hex color #521774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521774 is #ADE88B. Grayscale: #323232. Windows color (decimal): -11397260 or 7608146. OLE color: 7608146.
HSL color Cylindrical-coordinate representation of color #521774: hue angle of 278.06º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521774 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 23 | 116 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.55 |
| HSL | 278.06º | 0.67% | 0.27% | - |
| HSV(B) | 278.06º | 0.8% | 0.45% | - |
| XYZ | 6.94 | 3.67 | 16.87 | - |
| YUV | 51.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 116 | 0.29 | 0.80 | 0 | 0.55 | 278.06 | 0.67 | 0.27 |
| Hex | 52 | 17 | 74 | 1D | 50 | 0 | 37 | 116 | 43 | 1B |
| Octal | 122 | 27 | 164 | 35 | 120 | 0 | 67 | 426 | 103 | 33 |
| Binary | 1010010 | 10111 | 1110100 | 11101 | 1010000 | 0 | 110111 | 100010110 | 1000011 | 11011 |
Color Harmonies of #521774
Complementary color
Monochromatic Colors of #521774
Black with #521774
Text Example
Text Example
White with #521774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521774; }
p { color: rgb(82,23,116); }
H1.HeaderClassName
{
color: #521774;
}
.AnyTagClassName
{
color: #521774;
}
</style>
background-color css
<style>
a { background-color: #521774; }
a { background-color: rgb(82,23,116); }
div.DivClassName
{
background-color: #521774;
}
.BgClassName
{
background-color: #521774;
}
</style>
border-color css
<style>
span { border-color: #521774; }
span { border-color: rgb(82,23,116); }
td.TdClassName
{
border-color: #521774;
}
.TagClassName
{
border-color: #521774;
}
</style>