Shades of Blue Diamond #51316D
Tints of Blue Diamond #51316D
RGB
CMYK
RGB Variations
Color information
#51316D (or 0x51316D) is known color: Blue Diamond. HEX triplet: 51, 31 and 6D. RGB value is (81,49,109). Sum of RGB (Red+Green+Blue) = 81+49+109=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #51316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51316D is #AECE92. Grayscale: #414141. Windows color (decimal): -11456147 or 7156049. OLE color: 7156049.
HSL color Cylindrical-coordinate representation of color #51316D: hue angle of 272º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51316D is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 49 | 109 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.57 |
| HSL | 272º | 0.38% | 0.31% | - |
| HSV(B) | 272º | 0.55% | 0.43% | - |
| XYZ | 7.25 | 5.05 | 15.06 | - |
| YUV | 65.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 109 | 0.26 | 0.55 | 0 | 0.57 | 272 | 0.38 | 0.31 |
| Hex | 51 | 31 | 6D | 1A | 37 | 0 | 39 | 110 | 26 | 1F |
| Octal | 121 | 61 | 155 | 32 | 67 | 0 | 71 | 420 | 46 | 37 |
| Binary | 1010001 | 110001 | 1101101 | 11010 | 110111 | 0 | 111001 | 100010000 | 100110 | 11111 |
Color Harmonies of #51316D
Complementary color
Monochromatic Colors of #51316D
Black with #51316D
Text Example
Text Example
White with #51316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51316D; }
p { color: rgb(81,49,109); }
H1.HeaderClassName
{
color: #51316D;
}
.AnyTagClassName
{
color: #51316D;
}
</style>
background-color css
<style>
a { background-color: #51316D; }
a { background-color: rgb(81,49,109); }
div.DivClassName
{
background-color: #51316D;
}
.BgClassName
{
background-color: #51316D;
}
</style>
border-color css
<style>
span { border-color: #51316D; }
span { border-color: rgb(81,49,109); }
td.TdClassName
{
border-color: #51316D;
}
.TagClassName
{
border-color: #51316D;
}
</style>