Shades of Blue Diamond #51307A
Tints of Blue Diamond #51307A
RGB
CMYK
RGB Variations
Color information
#51307A (or 0x51307A) is known color: Blue Diamond. HEX triplet: 51, 30 and 7A. RGB value is (81,48,122). Sum of RGB (Red+Green+Blue) = 81+48+122=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #51307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51307A is #AECF85. Grayscale: #424242. Windows color (decimal): -11456390 or 8007761. OLE color: 8007761.
HSL color Cylindrical-coordinate representation of color #51307A: hue angle of 266.76º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51307A is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 48 | 122 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.52 |
| HSL | 266.76º | 0.44% | 0.33% | - |
| HSV(B) | 266.76º | 0.61% | 0.48% | - |
| XYZ | 7.96 | 5.27 | 19.01 | - |
| YUV | 66.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 48 | 122 | 0.34 | 0.61 | 0 | 0.52 | 266.76 | 0.44 | 0.33 |
| Hex | 51 | 30 | 7A | 22 | 3D | 0 | 34 | 10B | 2C | 21 |
| Octal | 121 | 60 | 172 | 42 | 75 | 0 | 64 | 413 | 54 | 41 |
| Binary | 1010001 | 110000 | 1111010 | 100010 | 111101 | 0 | 110100 | 100001011 | 101100 | 100001 |
Color Harmonies of #51307A
Complementary color
Monochromatic Colors of #51307A
Black with #51307A
Text Example
Text Example
White with #51307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51307A; }
p { color: rgb(81,48,122); }
H1.HeaderClassName
{
color: #51307A;
}
.AnyTagClassName
{
color: #51307A;
}
</style>
background-color css
<style>
a { background-color: #51307A; }
a { background-color: rgb(81,48,122); }
div.DivClassName
{
background-color: #51307A;
}
.BgClassName
{
background-color: #51307A;
}
</style>
border-color css
<style>
span { border-color: #51307A; }
span { border-color: rgb(81,48,122); }
td.TdClassName
{
border-color: #51307A;
}
.TagClassName
{
border-color: #51307A;
}
</style>