Shades of Blue Diamond #50316E
Tints of Blue Diamond #50316E
RGB
CMYK
RGB Variations
Color information
#50316E (or 0x50316E) is known color: Blue Diamond. HEX triplet: 50, 31 and 6E. RGB value is (80,49,110). Sum of RGB (Red+Green+Blue) = 80+49+110=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #50316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50316E is #AFCE91. Grayscale: #414141. Windows color (decimal): -11521682 or 7221584. OLE color: 7221584.
HSL color Cylindrical-coordinate representation of color #50316E: hue angle of 270.49º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50316E is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 49 | 110 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.57 |
| HSL | 270.49º | 0.38% | 0.31% | - |
| HSV(B) | 270.49º | 0.55% | 0.43% | - |
| XYZ | 7.22 | 5.03 | 15.34 | - |
| YUV | 65.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 110 | 0.27 | 0.55 | 0 | 0.57 | 270.49 | 0.38 | 0.31 |
| Hex | 50 | 31 | 6E | 1B | 37 | 0 | 39 | 10E | 26 | 1F |
| Octal | 120 | 61 | 156 | 33 | 67 | 0 | 71 | 416 | 46 | 37 |
| Binary | 1010000 | 110001 | 1101110 | 11011 | 110111 | 0 | 111001 | 100001110 | 100110 | 11111 |
Color Harmonies of #50316E
Complementary color
Monochromatic Colors of #50316E
Black with #50316E
Text Example
Text Example
White with #50316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50316E; }
p { color: rgb(80,49,110); }
H1.HeaderClassName
{
color: #50316E;
}
.AnyTagClassName
{
color: #50316E;
}
</style>
background-color css
<style>
a { background-color: #50316E; }
a { background-color: rgb(80,49,110); }
div.DivClassName
{
background-color: #50316E;
}
.BgClassName
{
background-color: #50316E;
}
</style>
border-color css
<style>
span { border-color: #50316E; }
span { border-color: rgb(80,49,110); }
td.TdClassName
{
border-color: #50316E;
}
.TagClassName
{
border-color: #50316E;
}
</style>