Shades of Indigo #521378
Tints of Indigo #521378
RGB
CMYK
RGB Variations
Color information
#521378 (or 0x521378) is known color: Indigo. HEX triplet: 52, 13 and 78. RGB value is (82,19,120). Sum of RGB (Red+Green+Blue) = 82+19+120=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #521378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521378 is #ADEC87. Grayscale: #313131. Windows color (decimal): -11398280 or 7869266. OLE color: 7869266.
HSL color Cylindrical-coordinate representation of color #521378: hue angle of 277.43º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521378 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 19 | 120 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.53 |
| HSL | 277.43º | 0.73% | 0.27% | - |
| HSV(B) | 277.43º | 0.84% | 0.47% | - |
| XYZ | 7.1 | 3.62 | 18.09 | - |
| YUV | 49.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 120 | 0.32 | 0.84 | 0 | 0.53 | 277.43 | 0.73 | 0.27 |
| Hex | 52 | 13 | 78 | 20 | 54 | 0 | 35 | 115 | 49 | 1B |
| Octal | 122 | 23 | 170 | 40 | 124 | 0 | 65 | 425 | 111 | 33 |
| Binary | 1010010 | 10011 | 1111000 | 100000 | 1010100 | 0 | 110101 | 100010101 | 1001001 | 11011 |
Color Harmonies of #521378
Complementary color
Monochromatic Colors of #521378
Black with #521378
Text Example
Text Example
White with #521378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521378; }
p { color: rgb(82,19,120); }
H1.HeaderClassName
{
color: #521378;
}
.AnyTagClassName
{
color: #521378;
}
</style>
background-color css
<style>
a { background-color: #521378; }
a { background-color: rgb(82,19,120); }
div.DivClassName
{
background-color: #521378;
}
.BgClassName
{
background-color: #521378;
}
</style>
border-color css
<style>
span { border-color: #521378; }
span { border-color: rgb(82,19,120); }
td.TdClassName
{
border-color: #521378;
}
.TagClassName
{
border-color: #521378;
}
</style>