Shades of Blue Diamond #513179
Tints of Blue Diamond #513179
RGB
CMYK
RGB Variations
Color information
#513179 (or 0x513179) is known color: Blue Diamond. HEX triplet: 51, 31 and 79. RGB value is (81,49,121). Sum of RGB (Red+Green+Blue) = 81+49+121=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #513179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513179 is #AECE86. Grayscale: #424242. Windows color (decimal): -11456135 or 7942481. OLE color: 7942481.
HSL color Cylindrical-coordinate representation of color #513179: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513179 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 49 | 121 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.53 |
| HSL | 266.67º | 0.42% | 0.33% | - |
| HSV(B) | 266.67º | 0.6% | 0.47% | - |
| XYZ | 7.94 | 5.33 | 18.7 | - |
| YUV | 66.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 121 | 0.33 | 0.60 | 0 | 0.53 | 266.67 | 0.42 | 0.33 |
| Hex | 51 | 31 | 79 | 21 | 3C | 0 | 35 | 10B | 2A | 21 |
| Octal | 121 | 61 | 171 | 41 | 74 | 0 | 65 | 413 | 52 | 41 |
| Binary | 1010001 | 110001 | 1111001 | 100001 | 111100 | 0 | 110101 | 100001011 | 101010 | 100001 |
Color Harmonies of #513179
Complementary color
Monochromatic Colors of #513179
Black with #513179
Text Example
Text Example
White with #513179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513179; }
p { color: rgb(81,49,121); }
H1.HeaderClassName
{
color: #513179;
}
.AnyTagClassName
{
color: #513179;
}
</style>
background-color css
<style>
a { background-color: #513179; }
a { background-color: rgb(81,49,121); }
div.DivClassName
{
background-color: #513179;
}
.BgClassName
{
background-color: #513179;
}
</style>
border-color css
<style>
span { border-color: #513179; }
span { border-color: rgb(81,49,121); }
td.TdClassName
{
border-color: #513179;
}
.TagClassName
{
border-color: #513179;
}
</style>