Shades of Indigo #51136F
Tints of Indigo #51136F
RGB
CMYK
RGB Variations
Color information
#51136F (or 0x51136F) is known color: Indigo. HEX triplet: 51, 13 and 6F. RGB value is (81,19,111). Sum of RGB (Red+Green+Blue) = 81+19+111=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #51136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51136F is #AEEC90. Grayscale: #2F2F2F. Windows color (decimal): -11463825 or 7279441. OLE color: 7279441.
HSL color Cylindrical-coordinate representation of color #51136F: hue angle of 280.43º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51136F is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 19 | 111 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.56 |
| HSL | 280.43º | 0.71% | 0.25% | - |
| HSV(B) | 280.43º | 0.83% | 0.44% | - |
| XYZ | 6.5 | 3.36 | 15.35 | - |
| YUV | 48.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 111 | 0.27 | 0.83 | 0 | 0.56 | 280.43 | 0.71 | 0.25 |
| Hex | 51 | 13 | 6F | 1B | 53 | 0 | 38 | 118 | 47 | 19 |
| Octal | 121 | 23 | 157 | 33 | 123 | 0 | 70 | 430 | 107 | 31 |
| Binary | 1010001 | 10011 | 1101111 | 11011 | 1010011 | 0 | 111000 | 100011000 | 1000111 | 11001 |
Color Harmonies of #51136F
Complementary color
Monochromatic Colors of #51136F
Black with #51136F
Text Example
Text Example
White with #51136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51136F; }
p { color: rgb(81,19,111); }
H1.HeaderClassName
{
color: #51136F;
}
.AnyTagClassName
{
color: #51136F;
}
</style>
background-color css
<style>
a { background-color: #51136F; }
a { background-color: rgb(81,19,111); }
div.DivClassName
{
background-color: #51136F;
}
.BgClassName
{
background-color: #51136F;
}
</style>
border-color css
<style>
span { border-color: #51136F; }
span { border-color: rgb(81,19,111); }
td.TdClassName
{
border-color: #51136F;
}
.TagClassName
{
border-color: #51136F;
}
</style>