Shades of Blue Diamond #512979
Tints of Blue Diamond #512979
RGB
CMYK
RGB Variations
Color information
#512979 (or 0x512979) is known color: Blue Diamond. HEX triplet: 51, 29 and 79. RGB value is (81,41,121). Sum of RGB (Red+Green+Blue) = 81+41+121=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #512979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512979 is #AED686. Grayscale: #3D3D3D. Windows color (decimal): -11458183 or 7940433. OLE color: 7940433.
HSL color Cylindrical-coordinate representation of color #512979: hue angle of 270º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512979 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 41 | 121 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.53 |
| HSL | 270º | 0.49% | 0.32% | - |
| HSV(B) | 270º | 0.66% | 0.47% | - |
| XYZ | 7.64 | 4.72 | 18.6 | - |
| YUV | 62.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 121 | 0.33 | 0.66 | 0 | 0.53 | 270 | 0.49 | 0.32 |
| Hex | 51 | 29 | 79 | 21 | 42 | 0 | 35 | 10E | 31 | 20 |
| Octal | 121 | 51 | 171 | 41 | 102 | 0 | 65 | 416 | 61 | 40 |
| Binary | 1010001 | 101001 | 1111001 | 100001 | 1000010 | 0 | 110101 | 100001110 | 110001 | 100000 |
Color Harmonies of #512979
Complementary color
Monochromatic Colors of #512979
Black with #512979
Text Example
Text Example
White with #512979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512979; }
p { color: rgb(81,41,121); }
H1.HeaderClassName
{
color: #512979;
}
.AnyTagClassName
{
color: #512979;
}
</style>
background-color css
<style>
a { background-color: #512979; }
a { background-color: rgb(81,41,121); }
div.DivClassName
{
background-color: #512979;
}
.BgClassName
{
background-color: #512979;
}
</style>
border-color css
<style>
span { border-color: #512979; }
span { border-color: rgb(81,41,121); }
td.TdClassName
{
border-color: #512979;
}
.TagClassName
{
border-color: #512979;
}
</style>