Shades of Blue Diamond #51286B
Tints of Blue Diamond #51286B
RGB
CMYK
RGB Variations
Color information
#51286B (or 0x51286B) is known color: Blue Diamond. HEX triplet: 51, 28 and 6B. RGB value is (81,40,107). Sum of RGB (Red+Green+Blue) = 81+40+107=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #51286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51286B is #AED794. Grayscale: #3B3B3B. Windows color (decimal): -11458453 or 7022673. OLE color: 7022673.
HSL color Cylindrical-coordinate representation of color #51286B: hue angle of 276.72º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51286B is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 40 | 107 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.58 |
| HSL | 276.72º | 0.46% | 0.29% | - |
| HSV(B) | 276.72º | 0.63% | 0.42% | - |
| XYZ | 6.81 | 4.33 | 14.39 | - |
| YUV | 59.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 107 | 0.24 | 0.63 | 0 | 0.58 | 276.72 | 0.46 | 0.29 |
| Hex | 51 | 28 | 6B | 18 | 3F | 0 | 3A | 115 | 2E | 1D |
| Octal | 121 | 50 | 153 | 30 | 77 | 0 | 72 | 425 | 56 | 35 |
| Binary | 1010001 | 101000 | 1101011 | 11000 | 111111 | 0 | 111010 | 100010101 | 101110 | 11101 |
Color Harmonies of #51286B
Complementary color
Monochromatic Colors of #51286B
Black with #51286B
Text Example
Text Example
White with #51286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51286B; }
p { color: rgb(81,40,107); }
H1.HeaderClassName
{
color: #51286B;
}
.AnyTagClassName
{
color: #51286B;
}
</style>
background-color css
<style>
a { background-color: #51286B; }
a { background-color: rgb(81,40,107); }
div.DivClassName
{
background-color: #51286B;
}
.BgClassName
{
background-color: #51286B;
}
</style>
border-color css
<style>
span { border-color: #51286B; }
span { border-color: rgb(81,40,107); }
td.TdClassName
{
border-color: #51286B;
}
.TagClassName
{
border-color: #51286B;
}
</style>