Shades of Blue Diamond #512472
Tints of Blue Diamond #512472
RGB
CMYK
RGB Variations
Color information
#512472 (or 0x512472) is known color: Blue Diamond. HEX triplet: 51, 24 and 72. RGB value is (81,36,114). Sum of RGB (Red+Green+Blue) = 81+36+114=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #512472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512472 is #AEDB8D. Grayscale: #3A3A3A. Windows color (decimal): -11459470 or 7480401. OLE color: 7480401.
HSL color Cylindrical-coordinate representation of color #512472: hue angle of 274.62º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512472 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 36 | 114 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.55 |
| HSL | 274.62º | 0.52% | 0.29% | - |
| HSV(B) | 274.62º | 0.68% | 0.45% | - |
| XYZ | 7.06 | 4.23 | 16.36 | - |
| YUV | 58.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 114 | 0.29 | 0.68 | 0 | 0.55 | 274.62 | 0.52 | 0.29 |
| Hex | 51 | 24 | 72 | 1D | 44 | 0 | 37 | 113 | 34 | 1D |
| Octal | 121 | 44 | 162 | 35 | 104 | 0 | 67 | 423 | 64 | 35 |
| Binary | 1010001 | 100100 | 1110010 | 11101 | 1000100 | 0 | 110111 | 100010011 | 110100 | 11101 |
Color Harmonies of #512472
Complementary color
Monochromatic Colors of #512472
Black with #512472
Text Example
Text Example
White with #512472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512472; }
p { color: rgb(81,36,114); }
H1.HeaderClassName
{
color: #512472;
}
.AnyTagClassName
{
color: #512472;
}
</style>
background-color css
<style>
a { background-color: #512472; }
a { background-color: rgb(81,36,114); }
div.DivClassName
{
background-color: #512472;
}
.BgClassName
{
background-color: #512472;
}
</style>
border-color css
<style>
span { border-color: #512472; }
span { border-color: rgb(81,36,114); }
td.TdClassName
{
border-color: #512472;
}
.TagClassName
{
border-color: #512472;
}
</style>