Shades of Indigo #5102AA
Tints of Indigo #5102AA
RGB
CMYK
RGB Variations
Color information
#5102AA (or 0x5102AA) is known color: Indigo. HEX triplet: 51, 02 and AA. RGB value is (81,2,170). Sum of RGB (Red+Green+Blue) = 81+2+170=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #5102AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5102AA is #AEFD55. Grayscale: #2C2C2C. Windows color (decimal): -11468118 or 11141713. OLE color: 11141713.
HSL color Cylindrical-coordinate representation of color #5102AA: hue angle of 268.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102AA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 2 | 170 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.33 |
| HSL | 268.21º | 0.98% | 0.34% | - |
| HSV(B) | 268.21º | 0.99% | 0.67% | - |
| XYZ | 10.67 | 4.7 | 38.37 | - |
| YUV | 44.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 170 | 0.52 | 0.99 | 0 | 0.33 | 268.21 | 0.98 | 0.34 |
| Hex | 51 | 2 | AA | 34 | 63 | 0 | 21 | 10C | 62 | 22 |
| Octal | 121 | 2 | 252 | 64 | 143 | 0 | 41 | 414 | 142 | 42 |
| Binary | 1010001 | 10 | 10101010 | 110100 | 1100011 | 0 | 100001 | 100001100 | 1100010 | 100010 |
Color Harmonies of #5102AA
Complementary color
Monochromatic Colors of #5102AA
Black with #5102AA
Text Example
Text Example
White with #5102AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102AA; }
p { color: rgb(81,2,170); }
H1.HeaderClassName
{
color: #5102AA;
}
.AnyTagClassName
{
color: #5102AA;
}
</style>
background-color css
<style>
a { background-color: #5102AA; }
a { background-color: rgb(81,2,170); }
div.DivClassName
{
background-color: #5102AA;
}
.BgClassName
{
background-color: #5102AA;
}
</style>
border-color css
<style>
span { border-color: #5102AA; }
span { border-color: rgb(81,2,170); }
td.TdClassName
{
border-color: #5102AA;
}
.TagClassName
{
border-color: #5102AA;
}
</style>