Shades of Blue Diamond #512281
Tints of Blue Diamond #512281
RGB
CMYK
RGB Variations
Color information
#512281 (or 0x512281) is known color: Blue Diamond. HEX triplet: 51, 22 and 81. RGB value is (81,34,129). Sum of RGB (Red+Green+Blue) = 81+34+129=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #512281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512281 is #AEDD7E. Grayscale: #3A3A3A. Windows color (decimal): -11459967 or 8462929. OLE color: 8462929.
HSL color Cylindrical-coordinate representation of color #512281: hue angle of 269.68º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512281 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 34 | 129 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.49 |
| HSL | 269.68º | 0.58% | 0.32% | - |
| HSV(B) | 269.68º | 0.74% | 0.51% | - |
| XYZ | 7.93 | 4.48 | 21.22 | - |
| YUV | 58.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 129 | 0.37 | 0.74 | 0 | 0.49 | 269.68 | 0.58 | 0.32 |
| Hex | 51 | 22 | 81 | 25 | 4A | 0 | 31 | 10E | 3A | 20 |
| Octal | 121 | 42 | 201 | 45 | 112 | 0 | 61 | 416 | 72 | 40 |
| Binary | 1010001 | 100010 | 10000001 | 100101 | 1001010 | 0 | 110001 | 100001110 | 111010 | 100000 |
Color Harmonies of #512281
Complementary color
Monochromatic Colors of #512281
Black with #512281
Text Example
Text Example
White with #512281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512281; }
p { color: rgb(81,34,129); }
H1.HeaderClassName
{
color: #512281;
}
.AnyTagClassName
{
color: #512281;
}
</style>
background-color css
<style>
a { background-color: #512281; }
a { background-color: rgb(81,34,129); }
div.DivClassName
{
background-color: #512281;
}
.BgClassName
{
background-color: #512281;
}
</style>
border-color css
<style>
span { border-color: #512281; }
span { border-color: rgb(81,34,129); }
td.TdClassName
{
border-color: #512281;
}
.TagClassName
{
border-color: #512281;
}
</style>