Shades of Blue Diamond #51267B
Tints of Blue Diamond #51267B
RGB
CMYK
RGB Variations
Color information
#51267B (or 0x51267B) is known color: Blue Diamond. HEX triplet: 51, 26 and 7B. RGB value is (81,38,123). Sum of RGB (Red+Green+Blue) = 81+38+123=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #51267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51267B is #AED984. Grayscale: #3C3C3C. Windows color (decimal): -11458949 or 8070737. OLE color: 8070737.
HSL color Cylindrical-coordinate representation of color #51267B: hue angle of 270.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51267B is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 38 | 123 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.52 |
| HSL | 270.35º | 0.53% | 0.32% | - |
| HSV(B) | 270.35º | 0.69% | 0.48% | - |
| XYZ | 7.66 | 4.57 | 19.22 | - |
| YUV | 60.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 123 | 0.34 | 0.69 | 0 | 0.52 | 270.35 | 0.53 | 0.32 |
| Hex | 51 | 26 | 7B | 22 | 45 | 0 | 34 | 10E | 35 | 20 |
| Octal | 121 | 46 | 173 | 42 | 105 | 0 | 64 | 416 | 65 | 40 |
| Binary | 1010001 | 100110 | 1111011 | 100010 | 1000101 | 0 | 110100 | 100001110 | 110101 | 100000 |
Color Harmonies of #51267B
Complementary color
Monochromatic Colors of #51267B
Black with #51267B
Text Example
Text Example
White with #51267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51267B; }
p { color: rgb(81,38,123); }
H1.HeaderClassName
{
color: #51267B;
}
.AnyTagClassName
{
color: #51267B;
}
</style>
background-color css
<style>
a { background-color: #51267B; }
a { background-color: rgb(81,38,123); }
div.DivClassName
{
background-color: #51267B;
}
.BgClassName
{
background-color: #51267B;
}
</style>
border-color css
<style>
span { border-color: #51267B; }
span { border-color: rgb(81,38,123); }
td.TdClassName
{
border-color: #51267B;
}
.TagClassName
{
border-color: #51267B;
}
</style>