Shades of Blue Diamond #51286E
Tints of Blue Diamond #51286E
RGB
CMYK
RGB Variations
Color information
#51286E (or 0x51286E) is known color: Blue Diamond. HEX triplet: 51, 28 and 6E. RGB value is (81,40,110). Sum of RGB (Red+Green+Blue) = 81+40+110=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #51286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51286E is #AED791. Grayscale: #3C3C3C. Windows color (decimal): -11458450 or 7219281. OLE color: 7219281.
HSL color Cylindrical-coordinate representation of color #51286E: hue angle of 275.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51286E is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 40 | 110 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.57 |
| HSL | 275.14º | 0.47% | 0.29% | - |
| HSV(B) | 275.14º | 0.64% | 0.43% | - |
| XYZ | 6.97 | 4.39 | 15.23 | - |
| YUV | 60.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 110 | 0.26 | 0.64 | 0 | 0.57 | 275.14 | 0.47 | 0.29 |
| Hex | 51 | 28 | 6E | 1A | 40 | 0 | 39 | 113 | 2F | 1D |
| Octal | 121 | 50 | 156 | 32 | 100 | 0 | 71 | 423 | 57 | 35 |
| Binary | 1010001 | 101000 | 1101110 | 11010 | 1000000 | 0 | 111001 | 100010011 | 101111 | 11101 |
Color Harmonies of #51286E
Complementary color
Monochromatic Colors of #51286E
Black with #51286E
Text Example
Text Example
White with #51286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51286E; }
p { color: rgb(81,40,110); }
H1.HeaderClassName
{
color: #51286E;
}
.AnyTagClassName
{
color: #51286E;
}
</style>
background-color css
<style>
a { background-color: #51286E; }
a { background-color: rgb(81,40,110); }
div.DivClassName
{
background-color: #51286E;
}
.BgClassName
{
background-color: #51286E;
}
</style>
border-color css
<style>
span { border-color: #51286E; }
span { border-color: rgb(81,40,110); }
td.TdClassName
{
border-color: #51286E;
}
.TagClassName
{
border-color: #51286E;
}
</style>