Shades of Blue Diamond #50217A
Tints of Blue Diamond #50217A
RGB
CMYK
RGB Variations
Color information
#50217A (or 0x50217A) is known color: Blue Diamond. HEX triplet: 50, 21 and 7A. RGB value is (80,33,122). Sum of RGB (Red+Green+Blue) = 80+33+122=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #50217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50217A is #AFDE85. Grayscale: #383838. Windows color (decimal): -11525766 or 8003920. OLE color: 8003920.
HSL color Cylindrical-coordinate representation of color #50217A: hue angle of 271.69º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50217A is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 33 | 122 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.52 |
| HSL | 271.69º | 0.57% | 0.3% | - |
| HSV(B) | 271.69º | 0.73% | 0.48% | - |
| XYZ | 7.36 | 4.2 | 18.83 | - |
| YUV | 57.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 122 | 0.34 | 0.73 | 0 | 0.52 | 271.69 | 0.57 | 0.3 |
| Hex | 50 | 21 | 7A | 22 | 49 | 0 | 34 | 110 | 39 | 1E |
| Octal | 120 | 41 | 172 | 42 | 111 | 0 | 64 | 420 | 71 | 36 |
| Binary | 1010000 | 100001 | 1111010 | 100010 | 1001001 | 0 | 110100 | 100010000 | 111001 | 11110 |
Color Harmonies of #50217A
Complementary color
Monochromatic Colors of #50217A
Black with #50217A
Text Example
Text Example
White with #50217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50217A; }
p { color: rgb(80,33,122); }
H1.HeaderClassName
{
color: #50217A;
}
.AnyTagClassName
{
color: #50217A;
}
</style>
background-color css
<style>
a { background-color: #50217A; }
a { background-color: rgb(80,33,122); }
div.DivClassName
{
background-color: #50217A;
}
.BgClassName
{
background-color: #50217A;
}
</style>
border-color css
<style>
span { border-color: #50217A; }
span { border-color: rgb(80,33,122); }
td.TdClassName
{
border-color: #50217A;
}
.TagClassName
{
border-color: #50217A;
}
</style>