Shades of Blue Diamond #501D81
Tints of Blue Diamond #501D81
RGB
CMYK
RGB Variations
Color information
#501D81 (or 0x501D81) is known color: Blue Diamond. HEX triplet: 50, 1D and 81. RGB value is (80,29,129). Sum of RGB (Red+Green+Blue) = 80+29+129=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #501D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501D81 is #AFE27E. Grayscale: #373737. Windows color (decimal): -11526783 or 8461648. OLE color: 8461648.
HSL color Cylindrical-coordinate representation of color #501D81: hue angle of 270.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #501D81 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 29 | 129 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.49 |
| HSL | 270.6º | 0.63% | 0.31% | - |
| HSV(B) | 270.6º | 0.78% | 0.51% | - |
| XYZ | 7.71 | 4.17 | 21.17 | - |
| YUV | 55.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 129 | 0.38 | 0.78 | 0 | 0.49 | 270.6 | 0.63 | 0.31 |
| Hex | 50 | 1D | 81 | 26 | 4E | 0 | 31 | 10F | 3F | 1F |
| Octal | 120 | 35 | 201 | 46 | 116 | 0 | 61 | 417 | 77 | 37 |
| Binary | 1010000 | 11101 | 10000001 | 100110 | 1001110 | 0 | 110001 | 100001111 | 111111 | 11111 |
Color Harmonies of #501D81
Complementary color
Monochromatic Colors of #501D81
Black with #501D81
Text Example
Text Example
White with #501D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D81; }
p { color: rgb(80,29,129); }
H1.HeaderClassName
{
color: #501D81;
}
.AnyTagClassName
{
color: #501D81;
}
</style>
background-color css
<style>
a { background-color: #501D81; }
a { background-color: rgb(80,29,129); }
div.DivClassName
{
background-color: #501D81;
}
.BgClassName
{
background-color: #501D81;
}
</style>
border-color css
<style>
span { border-color: #501D81; }
span { border-color: rgb(80,29,129); }
td.TdClassName
{
border-color: #501D81;
}
.TagClassName
{
border-color: #501D81;
}
</style>