Shades of Blue Diamond #501F71
Tints of Blue Diamond #501F71
RGB
CMYK
RGB Variations
Color information
#501F71 (or 0x501F71) is known color: Blue Diamond. HEX triplet: 50, 1F and 71. RGB value is (80,31,113). Sum of RGB (Red+Green+Blue) = 80+31+113=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #501F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F71 is #AFE08E. Grayscale: #363636. Windows color (decimal): -11526287 or 7413584. OLE color: 7413584.
HSL color Cylindrical-coordinate representation of color #501F71: hue angle of 275.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501F71 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 31 | 113 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.56 |
| HSL | 275.85º | 0.57% | 0.28% | - |
| HSV(B) | 275.85º | 0.73% | 0.44% | - |
| XYZ | 6.78 | 3.88 | 16.01 | - |
| YUV | 55 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 113 | 0.29 | 0.73 | 0 | 0.56 | 275.85 | 0.57 | 0.28 |
| Hex | 50 | 1F | 71 | 1D | 49 | 0 | 38 | 114 | 39 | 1C |
| Octal | 120 | 37 | 161 | 35 | 111 | 0 | 70 | 424 | 71 | 34 |
| Binary | 1010000 | 11111 | 1110001 | 11101 | 1001001 | 0 | 111000 | 100010100 | 111001 | 11100 |
Color Harmonies of #501F71
Complementary color
Monochromatic Colors of #501F71
Black with #501F71
Text Example
Text Example
White with #501F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F71; }
p { color: rgb(80,31,113); }
H1.HeaderClassName
{
color: #501F71;
}
.AnyTagClassName
{
color: #501F71;
}
</style>
background-color css
<style>
a { background-color: #501F71; }
a { background-color: rgb(80,31,113); }
div.DivClassName
{
background-color: #501F71;
}
.BgClassName
{
background-color: #501F71;
}
</style>
border-color css
<style>
span { border-color: #501F71; }
span { border-color: rgb(80,31,113); }
td.TdClassName
{
border-color: #501F71;
}
.TagClassName
{
border-color: #501F71;
}
</style>