Shades of Blue Diamond #501F80
Tints of Blue Diamond #501F80
RGB
CMYK
RGB Variations
Color information
#501F80 (or 0x501F80) is known color: Blue Diamond. HEX triplet: 50, 1F and 80. RGB value is (80,31,128). Sum of RGB (Red+Green+Blue) = 80+31+128=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #501F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F80 is #AFE07F. Grayscale: #383838. Windows color (decimal): -11526272 or 8396624. OLE color: 8396624.
HSL color Cylindrical-coordinate representation of color #501F80: hue angle of 270.31º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501F80 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 31 | 128 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.50 |
| HSL | 270.31º | 0.61% | 0.31% | - |
| HSV(B) | 270.31º | 0.76% | 0.5% | - |
| XYZ | 7.69 | 4.24 | 20.84 | - |
| YUV | 56.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 128 | 0.38 | 0.76 | 0 | 0.50 | 270.31 | 0.61 | 0.31 |
| Hex | 50 | 1F | 80 | 26 | 4C | 0 | 32 | 10E | 3D | 1F |
| Octal | 120 | 37 | 200 | 46 | 114 | 0 | 62 | 416 | 75 | 37 |
| Binary | 1010000 | 11111 | 10000000 | 100110 | 1001100 | 0 | 110010 | 100001110 | 111101 | 11111 |
Color Harmonies of #501F80
Complementary color
Monochromatic Colors of #501F80
Black with #501F80
Text Example
Text Example
White with #501F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F80; }
p { color: rgb(80,31,128); }
H1.HeaderClassName
{
color: #501F80;
}
.AnyTagClassName
{
color: #501F80;
}
</style>
background-color css
<style>
a { background-color: #501F80; }
a { background-color: rgb(80,31,128); }
div.DivClassName
{
background-color: #501F80;
}
.BgClassName
{
background-color: #501F80;
}
</style>
border-color css
<style>
span { border-color: #501F80; }
span { border-color: rgb(80,31,128); }
td.TdClassName
{
border-color: #501F80;
}
.TagClassName
{
border-color: #501F80;
}
</style>