Shades of Blue Diamond #501F84
Tints of Blue Diamond #501F84
RGB
CMYK
RGB Variations
Color information
#501F84 (or 0x501F84) is known color: Blue Diamond. HEX triplet: 50, 1F and 84. RGB value is (80,31,132). Sum of RGB (Red+Green+Blue) = 80+31+132=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #501F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F84 is #AFE07B. Grayscale: #383838. Windows color (decimal): -11526268 or 8658768. OLE color: 8658768.
HSL color Cylindrical-coordinate representation of color #501F84: hue angle of 269.11º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501F84 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 31 | 132 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.48 |
| HSL | 269.11º | 0.62% | 0.32% | - |
| HSV(B) | 269.11º | 0.77% | 0.52% | - |
| XYZ | 7.96 | 4.35 | 22.25 | - |
| YUV | 57.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 132 | 0.39 | 0.77 | 0 | 0.48 | 269.11 | 0.62 | 0.32 |
| Hex | 50 | 1F | 84 | 27 | 4D | 0 | 30 | 10D | 3E | 20 |
| Octal | 120 | 37 | 204 | 47 | 115 | 0 | 60 | 415 | 76 | 40 |
| Binary | 1010000 | 11111 | 10000100 | 100111 | 1001101 | 0 | 110000 | 100001101 | 111110 | 100000 |
Color Harmonies of #501F84
Complementary color
Monochromatic Colors of #501F84
Black with #501F84
Text Example
Text Example
White with #501F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F84; }
p { color: rgb(80,31,132); }
H1.HeaderClassName
{
color: #501F84;
}
.AnyTagClassName
{
color: #501F84;
}
</style>
background-color css
<style>
a { background-color: #501F84; }
a { background-color: rgb(80,31,132); }
div.DivClassName
{
background-color: #501F84;
}
.BgClassName
{
background-color: #501F84;
}
</style>
border-color css
<style>
span { border-color: #501F84; }
span { border-color: rgb(80,31,132); }
td.TdClassName
{
border-color: #501F84;
}
.TagClassName
{
border-color: #501F84;
}
</style>