Shades of Blue Diamond #501F81
Tints of Blue Diamond #501F81
RGB
CMYK
RGB Variations
Color information
#501F81 (or 0x501F81) is known color: Blue Diamond. HEX triplet: 50, 1F and 81. RGB value is (80,31,129). Sum of RGB (Red+Green+Blue) = 80+31+129=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #501F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F81 is #AFE07E. Grayscale: #383838. Windows color (decimal): -11526271 or 8462160. OLE color: 8462160.
HSL color Cylindrical-coordinate representation of color #501F81: hue angle of 270º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501F81 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 31 | 129 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.49 |
| HSL | 270º | 0.61% | 0.31% | - |
| HSV(B) | 270º | 0.76% | 0.51% | - |
| XYZ | 7.76 | 4.27 | 21.18 | - |
| YUV | 56.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 129 | 0.38 | 0.76 | 0 | 0.49 | 270 | 0.61 | 0.31 |
| Hex | 50 | 1F | 81 | 26 | 4C | 0 | 31 | 10E | 3D | 1F |
| Octal | 120 | 37 | 201 | 46 | 114 | 0 | 61 | 416 | 75 | 37 |
| Binary | 1010000 | 11111 | 10000001 | 100110 | 1001100 | 0 | 110001 | 100001110 | 111101 | 11111 |
Color Harmonies of #501F81
Complementary color
Monochromatic Colors of #501F81
Black with #501F81
Text Example
Text Example
White with #501F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F81; }
p { color: rgb(80,31,129); }
H1.HeaderClassName
{
color: #501F81;
}
.AnyTagClassName
{
color: #501F81;
}
</style>
background-color css
<style>
a { background-color: #501F81; }
a { background-color: rgb(80,31,129); }
div.DivClassName
{
background-color: #501F81;
}
.BgClassName
{
background-color: #501F81;
}
</style>
border-color css
<style>
span { border-color: #501F81; }
span { border-color: rgb(80,31,129); }
td.TdClassName
{
border-color: #501F81;
}
.TagClassName
{
border-color: #501F81;
}
</style>