Shades of Blue Diamond #502B71
Tints of Blue Diamond #502B71
RGB
CMYK
RGB Variations
Color information
#502B71 (or 0x502B71) is known color: Blue Diamond. HEX triplet: 50, 2B and 71. RGB value is (80,43,113). Sum of RGB (Red+Green+Blue) = 80+43+113=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #502B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502B71 is #AFD48E. Grayscale: #3D3D3D. Windows color (decimal): -11523215 or 7416656. OLE color: 7416656.
HSL color Cylindrical-coordinate representation of color #502B71: hue angle of 271.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502B71 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 43 | 113 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.56 |
| HSL | 271.71º | 0.45% | 0.31% | - |
| HSV(B) | 271.71º | 0.62% | 0.44% | - |
| XYZ | 7.15 | 4.63 | 16.14 | - |
| YUV | 62.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 113 | 0.29 | 0.62 | 0 | 0.56 | 271.71 | 0.45 | 0.31 |
| Hex | 50 | 2B | 71 | 1D | 3E | 0 | 38 | 110 | 2D | 1F |
| Octal | 120 | 53 | 161 | 35 | 76 | 0 | 70 | 420 | 55 | 37 |
| Binary | 1010000 | 101011 | 1110001 | 11101 | 111110 | 0 | 111000 | 100010000 | 101101 | 11111 |
Color Harmonies of #502B71
Complementary color
Monochromatic Colors of #502B71
Black with #502B71
Text Example
Text Example
White with #502B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B71; }
p { color: rgb(80,43,113); }
H1.HeaderClassName
{
color: #502B71;
}
.AnyTagClassName
{
color: #502B71;
}
</style>
background-color css
<style>
a { background-color: #502B71; }
a { background-color: rgb(80,43,113); }
div.DivClassName
{
background-color: #502B71;
}
.BgClassName
{
background-color: #502B71;
}
</style>
border-color css
<style>
span { border-color: #502B71; }
span { border-color: rgb(80,43,113); }
td.TdClassName
{
border-color: #502B71;
}
.TagClassName
{
border-color: #502B71;
}
</style>