Shades of Blue Diamond #51286D
Tints of Blue Diamond #51286D
RGB
CMYK
RGB Variations
Color information
#51286D (or 0x51286D) is known color: Blue Diamond. HEX triplet: 51, 28 and 6D. RGB value is (81,40,109). Sum of RGB (Red+Green+Blue) = 81+40+109=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #51286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51286D is #AED792. Grayscale: #3B3B3B. Windows color (decimal): -11458451 or 7153745. OLE color: 7153745.
HSL color Cylindrical-coordinate representation of color #51286D: hue angle of 275.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51286D is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 40 | 109 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.57 |
| HSL | 275.65º | 0.46% | 0.29% | - |
| HSV(B) | 275.65º | 0.63% | 0.43% | - |
| XYZ | 6.91 | 4.37 | 14.95 | - |
| YUV | 60.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 109 | 0.26 | 0.63 | 0 | 0.57 | 275.65 | 0.46 | 0.29 |
| Hex | 51 | 28 | 6D | 1A | 3F | 0 | 39 | 114 | 2E | 1D |
| Octal | 121 | 50 | 155 | 32 | 77 | 0 | 71 | 424 | 56 | 35 |
| Binary | 1010001 | 101000 | 1101101 | 11010 | 111111 | 0 | 111001 | 100010100 | 101110 | 11101 |
Color Harmonies of #51286D
Complementary color
Monochromatic Colors of #51286D
Black with #51286D
Text Example
Text Example
White with #51286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51286D; }
p { color: rgb(81,40,109); }
H1.HeaderClassName
{
color: #51286D;
}
.AnyTagClassName
{
color: #51286D;
}
</style>
background-color css
<style>
a { background-color: #51286D; }
a { background-color: rgb(81,40,109); }
div.DivClassName
{
background-color: #51286D;
}
.BgClassName
{
background-color: #51286D;
}
</style>
border-color css
<style>
span { border-color: #51286D; }
span { border-color: rgb(81,40,109); }
td.TdClassName
{
border-color: #51286D;
}
.TagClassName
{
border-color: #51286D;
}
</style>