Shades of Indigo #521998
Tints of Indigo #521998
RGB
CMYK
RGB Variations
Color information
#521998 (or 0x521998) is known color: Indigo. HEX triplet: 52, 19 and 98. RGB value is (82,25,152). Sum of RGB (Red+Green+Blue) = 82+25+152=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #521998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521998 is #ADE667. Grayscale: #383838. Windows color (decimal): -11396712 or 9967954. OLE color: 9967954.
HSL color Cylindrical-coordinate representation of color #521998: hue angle of 266.93º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521998 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 25 | 152 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.40 |
| HSL | 266.93º | 0.72% | 0.35% | - |
| HSV(B) | 266.93º | 0.84% | 0.6% | - |
| XYZ | 9.49 | 4.76 | 30.12 | - |
| YUV | 56.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 152 | 0.46 | 0.84 | 0 | 0.40 | 266.93 | 0.72 | 0.35 |
| Hex | 52 | 19 | 98 | 2E | 54 | 0 | 28 | 10B | 48 | 23 |
| Octal | 122 | 31 | 230 | 56 | 124 | 0 | 50 | 413 | 110 | 43 |
| Binary | 1010010 | 11001 | 10011000 | 101110 | 1010100 | 0 | 101000 | 100001011 | 1001000 | 100011 |
Color Harmonies of #521998
Complementary color
Monochromatic Colors of #521998
Black with #521998
Text Example
Text Example
White with #521998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521998; }
p { color: rgb(82,25,152); }
H1.HeaderClassName
{
color: #521998;
}
.AnyTagClassName
{
color: #521998;
}
</style>
background-color css
<style>
a { background-color: #521998; }
a { background-color: rgb(82,25,152); }
div.DivClassName
{
background-color: #521998;
}
.BgClassName
{
background-color: #521998;
}
</style>
border-color css
<style>
span { border-color: #521998; }
span { border-color: rgb(82,25,152); }
td.TdClassName
{
border-color: #521998;
}
.TagClassName
{
border-color: #521998;
}
</style>