Shades of Indigo #51015D
Tints of Indigo #51015D
RGB
CMYK
RGB Variations
Color information
#51015D (or 0x51015D) is known color: Indigo. HEX triplet: 51, 01 and 5D. RGB value is (81,1,93). Sum of RGB (Red+Green+Blue) = 81+1+93=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #51015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51015D is #AEFEA2. Grayscale: #232323. Windows color (decimal): -11468451 or 6095185. OLE color: 6095185.
HSL color Cylindrical-coordinate representation of color #51015D: hue angle of 292.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51015D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 1 | 93 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.64 |
| HSL | 292.17º | 0.98% | 0.18% | - |
| HSV(B) | 292.17º | 0.99% | 0.36% | - |
| XYZ | 5.38 | 2.56 | 10.57 | - |
| YUV | 35.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 93 | 0.13 | 0.99 | 0 | 0.64 | 292.17 | 0.98 | 0.18 |
| Hex | 51 | 1 | 5D | D | 63 | 0 | 40 | 124 | 62 | 12 |
| Octal | 121 | 1 | 135 | 15 | 143 | 0 | 100 | 444 | 142 | 22 |
| Binary | 1010001 | 1 | 1011101 | 1101 | 1100011 | 0 | 1000000 | 100100100 | 1100010 | 10010 |
Color Harmonies of #51015D
Complementary color
Monochromatic Colors of #51015D
Black with #51015D
Text Example
Text Example
White with #51015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51015D; }
p { color: rgb(81,1,93); }
H1.HeaderClassName
{
color: #51015D;
}
.AnyTagClassName
{
color: #51015D;
}
</style>
background-color css
<style>
a { background-color: #51015D; }
a { background-color: rgb(81,1,93); }
div.DivClassName
{
background-color: #51015D;
}
.BgClassName
{
background-color: #51015D;
}
</style>
border-color css
<style>
span { border-color: #51015D; }
span { border-color: rgb(81,1,93); }
td.TdClassName
{
border-color: #51015D;
}
.TagClassName
{
border-color: #51015D;
}
</style>