Shades of Blue Diamond #501971
Tints of Blue Diamond #501971
RGB
CMYK
RGB Variations
Color information
#501971 (or 0x501971) is known color: Blue Diamond. HEX triplet: 50, 19 and 71. RGB value is (80,25,113). Sum of RGB (Red+Green+Blue) = 80+25+113=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #501971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501971 is #AFE68E. Grayscale: #333333. Windows color (decimal): -11527823 or 7412048. OLE color: 7412048.
HSL color Cylindrical-coordinate representation of color #501971: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501971 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 25 | 113 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.56 |
| HSL | 277.5º | 0.64% | 0.27% | - |
| HSV(B) | 277.5º | 0.78% | 0.44% | - |
| XYZ | 6.64 | 3.59 | 15.97 | - |
| YUV | 51.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 113 | 0.29 | 0.78 | 0 | 0.56 | 277.5 | 0.64 | 0.27 |
| Hex | 50 | 19 | 71 | 1D | 4E | 0 | 38 | 116 | 40 | 1B |
| Octal | 120 | 31 | 161 | 35 | 116 | 0 | 70 | 426 | 100 | 33 |
| Binary | 1010000 | 11001 | 1110001 | 11101 | 1001110 | 0 | 111000 | 100010110 | 1000000 | 11011 |
Color Harmonies of #501971
Complementary color
Monochromatic Colors of #501971
Black with #501971
Text Example
Text Example
White with #501971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501971; }
p { color: rgb(80,25,113); }
H1.HeaderClassName
{
color: #501971;
}
.AnyTagClassName
{
color: #501971;
}
</style>
background-color css
<style>
a { background-color: #501971; }
a { background-color: rgb(80,25,113); }
div.DivClassName
{
background-color: #501971;
}
.BgClassName
{
background-color: #501971;
}
</style>
border-color css
<style>
span { border-color: #501971; }
span { border-color: rgb(80,25,113); }
td.TdClassName
{
border-color: #501971;
}
.TagClassName
{
border-color: #501971;
}
</style>