Shades of Blue Diamond #51287E
Tints of Blue Diamond #51287E
RGB
CMYK
RGB Variations
Color information
#51287E (or 0x51287E) is known color: Blue Diamond. HEX triplet: 51, 28 and 7E. RGB value is (81,40,126). Sum of RGB (Red+Green+Blue) = 81+40+126=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #51287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51287E is #AED781. Grayscale: #3D3D3D. Windows color (decimal): -11458434 or 8267857. OLE color: 8267857.
HSL color Cylindrical-coordinate representation of color #51287E: hue angle of 268.6º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51287E is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 40 | 126 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.51 |
| HSL | 268.6º | 0.52% | 0.33% | - |
| HSV(B) | 268.6º | 0.68% | 0.49% | - |
| XYZ | 7.92 | 4.77 | 20.24 | - |
| YUV | 62.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 126 | 0.36 | 0.68 | 0 | 0.51 | 268.6 | 0.52 | 0.33 |
| Hex | 51 | 28 | 7E | 24 | 44 | 0 | 33 | 10D | 34 | 21 |
| Octal | 121 | 50 | 176 | 44 | 104 | 0 | 63 | 415 | 64 | 41 |
| Binary | 1010001 | 101000 | 1111110 | 100100 | 1000100 | 0 | 110011 | 100001101 | 110100 | 100001 |
Color Harmonies of #51287E
Complementary color
Monochromatic Colors of #51287E
Black with #51287E
Text Example
Text Example
White with #51287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51287E; }
p { color: rgb(81,40,126); }
H1.HeaderClassName
{
color: #51287E;
}
.AnyTagClassName
{
color: #51287E;
}
</style>
background-color css
<style>
a { background-color: #51287E; }
a { background-color: rgb(81,40,126); }
div.DivClassName
{
background-color: #51287E;
}
.BgClassName
{
background-color: #51287E;
}
</style>
border-color css
<style>
span { border-color: #51287E; }
span { border-color: rgb(81,40,126); }
td.TdClassName
{
border-color: #51287E;
}
.TagClassName
{
border-color: #51287E;
}
</style>