Shades of Indigo #521A90
Tints of Indigo #521A90
RGB
CMYK
RGB Variations
Color information
#521A90 (or 0x521A90) is known color: Indigo. HEX triplet: 52, 1A and 90. RGB value is (82,26,144). Sum of RGB (Red+Green+Blue) = 82+26+144=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #521A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A90 is #ADE56F. Grayscale: #373737. Windows color (decimal): -11396464 or 9443922. OLE color: 9443922.
HSL color Cylindrical-coordinate representation of color #521A90: hue angle of 268.47º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #521A90 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 26 | 144 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.44 |
| HSL | 268.47º | 0.69% | 0.33% | - |
| HSV(B) | 268.47º | 0.82% | 0.56% | - |
| XYZ | 8.88 | 4.55 | 26.79 | - |
| YUV | 56.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 144 | 0.43 | 0.82 | 0 | 0.44 | 268.47 | 0.69 | 0.33 |
| Hex | 52 | 1A | 90 | 2B | 52 | 0 | 2C | 10C | 45 | 21 |
| Octal | 122 | 32 | 220 | 53 | 122 | 0 | 54 | 414 | 105 | 41 |
| Binary | 1010010 | 11010 | 10010000 | 101011 | 1010010 | 0 | 101100 | 100001100 | 1000101 | 100001 |
Color Harmonies of #521A90
Complementary color
Monochromatic Colors of #521A90
Black with #521A90
Text Example
Text Example
White with #521A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A90; }
p { color: rgb(82,26,144); }
H1.HeaderClassName
{
color: #521A90;
}
.AnyTagClassName
{
color: #521A90;
}
</style>
background-color css
<style>
a { background-color: #521A90; }
a { background-color: rgb(82,26,144); }
div.DivClassName
{
background-color: #521A90;
}
.BgClassName
{
background-color: #521A90;
}
</style>
border-color css
<style>
span { border-color: #521A90; }
span { border-color: rgb(82,26,144); }
td.TdClassName
{
border-color: #521A90;
}
.TagClassName
{
border-color: #521A90;
}
</style>