Shades of Blue Diamond #512271
Tints of Blue Diamond #512271
RGB
CMYK
RGB Variations
Color information
#512271 (or 0x512271) is known color: Blue Diamond. HEX triplet: 51, 22 and 71. RGB value is (81,34,113). Sum of RGB (Red+Green+Blue) = 81+34+113=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #512271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512271 is #AEDD8E. Grayscale: #383838. Windows color (decimal): -11459983 or 7414353. OLE color: 7414353.
HSL color Cylindrical-coordinate representation of color #512271: hue angle of 275.7º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512271 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 34 | 113 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.56 |
| HSL | 275.7º | 0.54% | 0.29% | - |
| HSV(B) | 275.7º | 0.7% | 0.44% | - |
| XYZ | 6.95 | 4.09 | 16.05 | - |
| YUV | 57.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 113 | 0.28 | 0.70 | 0 | 0.56 | 275.7 | 0.54 | 0.29 |
| Hex | 51 | 22 | 71 | 1C | 46 | 0 | 38 | 114 | 36 | 1D |
| Octal | 121 | 42 | 161 | 34 | 106 | 0 | 70 | 424 | 66 | 35 |
| Binary | 1010001 | 100010 | 1110001 | 11100 | 1000110 | 0 | 111000 | 100010100 | 110110 | 11101 |
Color Harmonies of #512271
Complementary color
Monochromatic Colors of #512271
Black with #512271
Text Example
Text Example
White with #512271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512271; }
p { color: rgb(81,34,113); }
H1.HeaderClassName
{
color: #512271;
}
.AnyTagClassName
{
color: #512271;
}
</style>
background-color css
<style>
a { background-color: #512271; }
a { background-color: rgb(81,34,113); }
div.DivClassName
{
background-color: #512271;
}
.BgClassName
{
background-color: #512271;
}
</style>
border-color css
<style>
span { border-color: #512271; }
span { border-color: rgb(81,34,113); }
td.TdClassName
{
border-color: #512271;
}
.TagClassName
{
border-color: #512271;
}
</style>