Shades of Blue Diamond #502471
Tints of Blue Diamond #502471
RGB
CMYK
RGB Variations
Color information
#502471 (or 0x502471) is known color: Blue Diamond. HEX triplet: 50, 24 and 71. RGB value is (80,36,113). Sum of RGB (Red+Green+Blue) = 80+36+113=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #502471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502471 is #AFDB8E. Grayscale: #393939. Windows color (decimal): -11525007 or 7414864. OLE color: 7414864.
HSL color Cylindrical-coordinate representation of color #502471: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502471 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 36 | 113 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.56 |
| HSL | 274.29º | 0.52% | 0.29% | - |
| HSV(B) | 274.29º | 0.68% | 0.44% | - |
| XYZ | 6.92 | 4.16 | 16.06 | - |
| YUV | 57.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 113 | 0.29 | 0.68 | 0 | 0.56 | 274.29 | 0.52 | 0.29 |
| Hex | 50 | 24 | 71 | 1D | 44 | 0 | 38 | 112 | 34 | 1D |
| Octal | 120 | 44 | 161 | 35 | 104 | 0 | 70 | 422 | 64 | 35 |
| Binary | 1010000 | 100100 | 1110001 | 11101 | 1000100 | 0 | 111000 | 100010010 | 110100 | 11101 |
Color Harmonies of #502471
Complementary color
Monochromatic Colors of #502471
Black with #502471
Text Example
Text Example
White with #502471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502471; }
p { color: rgb(80,36,113); }
H1.HeaderClassName
{
color: #502471;
}
.AnyTagClassName
{
color: #502471;
}
</style>
background-color css
<style>
a { background-color: #502471; }
a { background-color: rgb(80,36,113); }
div.DivClassName
{
background-color: #502471;
}
.BgClassName
{
background-color: #502471;
}
</style>
border-color css
<style>
span { border-color: #502471; }
span { border-color: rgb(80,36,113); }
td.TdClassName
{
border-color: #502471;
}
.TagClassName
{
border-color: #502471;
}
</style>