Shades of Indigo #51157C
Tints of Indigo #51157C
RGB
CMYK
RGB Variations
Color information
#51157C (or 0x51157C) is known color: Indigo. HEX triplet: 51, 15 and 7C. RGB value is (81,21,124). Sum of RGB (Red+Green+Blue) = 81+21+124=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #51157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51157C is #AEEA83. Grayscale: #323232. Windows color (decimal): -11463300 or 8131921. OLE color: 8131921.
HSL color Cylindrical-coordinate representation of color #51157C: hue angle of 274.95º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51157C is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 21 | 124 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.51 |
| HSL | 274.95º | 0.71% | 0.28% | - |
| HSV(B) | 274.95º | 0.83% | 0.49% | - |
| XYZ | 7.3 | 3.74 | 19.41 | - |
| YUV | 50.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 124 | 0.35 | 0.83 | 0 | 0.51 | 274.95 | 0.71 | 0.28 |
| Hex | 51 | 15 | 7C | 23 | 53 | 0 | 33 | 113 | 47 | 1C |
| Octal | 121 | 25 | 174 | 43 | 123 | 0 | 63 | 423 | 107 | 34 |
| Binary | 1010001 | 10101 | 1111100 | 100011 | 1010011 | 0 | 110011 | 100010011 | 1000111 | 11100 |
Color Harmonies of #51157C
Complementary color
Monochromatic Colors of #51157C
Black with #51157C
Text Example
Text Example
White with #51157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51157C; }
p { color: rgb(81,21,124); }
H1.HeaderClassName
{
color: #51157C;
}
.AnyTagClassName
{
color: #51157C;
}
</style>
background-color css
<style>
a { background-color: #51157C; }
a { background-color: rgb(81,21,124); }
div.DivClassName
{
background-color: #51157C;
}
.BgClassName
{
background-color: #51157C;
}
</style>
border-color css
<style>
span { border-color: #51157C; }
span { border-color: rgb(81,21,124); }
td.TdClassName
{
border-color: #51157C;
}
.TagClassName
{
border-color: #51157C;
}
</style>