Shades of Indigo #51126F
Tints of Indigo #51126F
RGB
CMYK
RGB Variations
Color information
#51126F (or 0x51126F) is known color: Indigo. HEX triplet: 51, 12 and 6F. RGB value is (81,18,111). Sum of RGB (Red+Green+Blue) = 81+18+111=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #51126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51126F is #AEED90. Grayscale: #2F2F2F. Windows color (decimal): -11464081 or 7279185. OLE color: 7279185.
HSL color Cylindrical-coordinate representation of color #51126F: hue angle of 280.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #51126F is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 18 | 111 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.56 |
| HSL | 280.65º | 0.72% | 0.25% | - |
| HSV(B) | 280.65º | 0.84% | 0.44% | - |
| XYZ | 6.48 | 3.33 | 15.34 | - |
| YUV | 47.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 111 | 0.27 | 0.84 | 0 | 0.56 | 280.65 | 0.72 | 0.25 |
| Hex | 51 | 12 | 6F | 1B | 54 | 0 | 38 | 119 | 48 | 19 |
| Octal | 121 | 22 | 157 | 33 | 124 | 0 | 70 | 431 | 110 | 31 |
| Binary | 1010001 | 10010 | 1101111 | 11011 | 1010100 | 0 | 111000 | 100011001 | 1001000 | 11001 |
Color Harmonies of #51126F
Complementary color
Monochromatic Colors of #51126F
Black with #51126F
Text Example
Text Example
White with #51126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51126F; }
p { color: rgb(81,18,111); }
H1.HeaderClassName
{
color: #51126F;
}
.AnyTagClassName
{
color: #51126F;
}
</style>
background-color css
<style>
a { background-color: #51126F; }
a { background-color: rgb(81,18,111); }
div.DivClassName
{
background-color: #51126F;
}
.BgClassName
{
background-color: #51126F;
}
</style>
border-color css
<style>
span { border-color: #51126F; }
span { border-color: rgb(81,18,111); }
td.TdClassName
{
border-color: #51126F;
}
.TagClassName
{
border-color: #51126F;
}
</style>