Shades of Blue Diamond #512A6D
Tints of Blue Diamond #512A6D
RGB
CMYK
RGB Variations
Color information
#512A6D (or 0x512A6D) is known color: Blue Diamond. HEX triplet: 51, 2A and 6D. RGB value is (81,42,109). Sum of RGB (Red+Green+Blue) = 81+42+109=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #512A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512A6D is #AED592. Grayscale: #3D3D3D. Windows color (decimal): -11457939 or 7154257. OLE color: 7154257.
HSL color Cylindrical-coordinate representation of color #512A6D: hue angle of 274.93º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #512A6D is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 42 | 109 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.57 |
| HSL | 274.93º | 0.44% | 0.3% | - |
| HSV(B) | 274.93º | 0.61% | 0.43% | - |
| XYZ | 6.98 | 4.51 | 14.97 | - |
| YUV | 61.3 | 154.92 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 109 | 0.26 | 0.61 | 0 | 0.57 | 274.93 | 0.44 | 0.3 |
| Hex | 51 | 2A | 6D | 1A | 3D | 0 | 39 | 113 | 2C | 1E |
| Octal | 121 | 52 | 155 | 32 | 75 | 0 | 71 | 423 | 54 | 36 |
| Binary | 1010001 | 101010 | 1101101 | 11010 | 111101 | 0 | 111001 | 100010011 | 101100 | 11110 |
Color Harmonies of #512A6D
Complementary color
Monochromatic Colors of #512A6D
Black with #512A6D
Text Example
Text Example
White with #512A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512A6D; }
p { color: rgb(81,42,109); }
H1.HeaderClassName
{
color: #512A6D;
}
.AnyTagClassName
{
color: #512A6D;
}
</style>
background-color css
<style>
a { background-color: #512A6D; }
a { background-color: rgb(81,42,109); }
div.DivClassName
{
background-color: #512A6D;
}
.BgClassName
{
background-color: #512A6D;
}
</style>
border-color css
<style>
span { border-color: #512A6D; }
span { border-color: rgb(81,42,109); }
td.TdClassName
{
border-color: #512A6D;
}
.TagClassName
{
border-color: #512A6D;
}
</style>