Shades of Blue Diamond #511D81
Tints of Blue Diamond #511D81
RGB
CMYK
RGB Variations
Color information
#511D81 (or 0x511D81) is known color: Blue Diamond. HEX triplet: 51, 1D and 81. RGB value is (81,29,129). Sum of RGB (Red+Green+Blue) = 81+29+129=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #511D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511D81 is #AEE27E. Grayscale: #373737. Windows color (decimal): -11461247 or 8461649. OLE color: 8461649.
HSL color Cylindrical-coordinate representation of color #511D81: hue angle of 271.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511D81 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 29 | 129 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.49 |
| HSL | 271.2º | 0.63% | 0.31% | - |
| HSV(B) | 271.2º | 0.78% | 0.51% | - |
| XYZ | 7.8 | 4.21 | 21.17 | - |
| YUV | 55.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 129 | 0.37 | 0.78 | 0 | 0.49 | 271.2 | 0.63 | 0.31 |
| Hex | 51 | 1D | 81 | 25 | 4E | 0 | 31 | 10F | 3F | 1F |
| Octal | 121 | 35 | 201 | 45 | 116 | 0 | 61 | 417 | 77 | 37 |
| Binary | 1010001 | 11101 | 10000001 | 100101 | 1001110 | 0 | 110001 | 100001111 | 111111 | 11111 |
Color Harmonies of #511D81
Complementary color
Monochromatic Colors of #511D81
Black with #511D81
Text Example
Text Example
White with #511D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511D81; }
p { color: rgb(81,29,129); }
H1.HeaderClassName
{
color: #511D81;
}
.AnyTagClassName
{
color: #511D81;
}
</style>
background-color css
<style>
a { background-color: #511D81; }
a { background-color: rgb(81,29,129); }
div.DivClassName
{
background-color: #511D81;
}
.BgClassName
{
background-color: #511D81;
}
</style>
border-color css
<style>
span { border-color: #511D81; }
span { border-color: rgb(81,29,129); }
td.TdClassName
{
border-color: #511D81;
}
.TagClassName
{
border-color: #511D81;
}
</style>