Shades of Indigo #5100A0
Tints of Indigo #5100A0
RGB
CMYK
RGB Variations
Color information
#5100A0 (or 0x5100A0) is known color: Indigo. HEX triplet: 51, 00 and A0. RGB value is (81,0,160). Sum of RGB (Red+Green+Blue) = 81+0+160=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #5100A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5100A0 is #AEFF5F. Grayscale: #292929. Windows color (decimal): -11468640 or 10485841. OLE color: 10485841.
HSL color Cylindrical-coordinate representation of color #5100A0: hue angle of 270.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100A0 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 0 | 160 | - |
| CMYK | 0.49 | 1 | 0 | 0.37 |
| HSL | 270.38º | 1% | 0.31% | - |
| HSV(B) | 270.38º | 1% | 0.63% | - |
| XYZ | 9.74 | 4.29 | 33.57 | - |
| YUV | 42.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 160 | 0.49 | 1 | 0 | 0.37 | 270.38 | 1 | 0.31 |
| Hex | 51 | 0 | A0 | 31 | 64 | 0 | 25 | 10E | 64 | 1F |
| Octal | 121 | 0 | 240 | 61 | 144 | 0 | 45 | 416 | 144 | 37 |
| Binary | 1010001 | 0 | 10100000 | 110001 | 1100100 | 0 | 100101 | 100001110 | 1100100 | 11111 |
Color Harmonies of #5100A0
Complementary color
Monochromatic Colors of #5100A0
Black with #5100A0
Text Example
Text Example
White with #5100A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100A0; }
p { color: rgb(81,0,160); }
H1.HeaderClassName
{
color: #5100A0;
}
.AnyTagClassName
{
color: #5100A0;
}
</style>
background-color css
<style>
a { background-color: #5100A0; }
a { background-color: rgb(81,0,160); }
div.DivClassName
{
background-color: #5100A0;
}
.BgClassName
{
background-color: #5100A0;
}
</style>
border-color css
<style>
span { border-color: #5100A0; }
span { border-color: rgb(81,0,160); }
td.TdClassName
{
border-color: #5100A0;
}
.TagClassName
{
border-color: #5100A0;
}
</style>