Shades of Indigo #521A8E
Tints of Indigo #521A8E
RGB
CMYK
RGB Variations
Color information
#521A8E (or 0x521A8E) is known color: Indigo. HEX triplet: 52, 1A and 8E. RGB value is (82,26,142). Sum of RGB (Red+Green+Blue) = 82+26+142=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #521A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A8E is #ADE571. Grayscale: #373737. Windows color (decimal): -11396466 or 9312850. OLE color: 9312850.
HSL color Cylindrical-coordinate representation of color #521A8E: hue angle of 268.97º 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 #521A8E is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 26 | 142 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.44 |
| HSL | 268.97º | 0.69% | 0.33% | - |
| HSV(B) | 268.97º | 0.82% | 0.56% | - |
| XYZ | 8.73 | 4.49 | 26 | - |
| YUV | 55.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 142 | 0.42 | 0.82 | 0 | 0.44 | 268.97 | 0.69 | 0.33 |
| Hex | 52 | 1A | 8E | 2A | 52 | 0 | 2C | 10D | 45 | 21 |
| Octal | 122 | 32 | 216 | 52 | 122 | 0 | 54 | 415 | 105 | 41 |
| Binary | 1010010 | 11010 | 10001110 | 101010 | 1010010 | 0 | 101100 | 100001101 | 1000101 | 100001 |
Color Harmonies of #521A8E
Complementary color
Monochromatic Colors of #521A8E
Black with #521A8E
Text Example
Text Example
White with #521A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A8E; }
p { color: rgb(82,26,142); }
H1.HeaderClassName
{
color: #521A8E;
}
.AnyTagClassName
{
color: #521A8E;
}
</style>
background-color css
<style>
a { background-color: #521A8E; }
a { background-color: rgb(82,26,142); }
div.DivClassName
{
background-color: #521A8E;
}
.BgClassName
{
background-color: #521A8E;
}
</style>
border-color css
<style>
span { border-color: #521A8E; }
span { border-color: rgb(82,26,142); }
td.TdClassName
{
border-color: #521A8E;
}
.TagClassName
{
border-color: #521A8E;
}
</style>