Shades of Blue Diamond #503179
Tints of Blue Diamond #503179
RGB
CMYK
RGB Variations
Color information
#503179 (or 0x503179) is known color: Blue Diamond. HEX triplet: 50, 31 and 79. RGB value is (80,49,121). Sum of RGB (Red+Green+Blue) = 80+49+121=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #503179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503179 is #AFCE86. Grayscale: #424242. Windows color (decimal): -11521671 or 7942480. OLE color: 7942480.
HSL color Cylindrical-coordinate representation of color #503179: hue angle of 265.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #503179 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 49 | 121 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.53 |
| HSL | 265.83º | 0.42% | 0.33% | - |
| HSV(B) | 265.83º | 0.6% | 0.47% | - |
| XYZ | 7.86 | 5.28 | 18.69 | - |
| YUV | 66.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 121 | 0.34 | 0.60 | 0 | 0.53 | 265.83 | 0.42 | 0.33 |
| Hex | 50 | 31 | 79 | 22 | 3C | 0 | 35 | 10A | 2A | 21 |
| Octal | 120 | 61 | 171 | 42 | 74 | 0 | 65 | 412 | 52 | 41 |
| Binary | 1010000 | 110001 | 1111001 | 100010 | 111100 | 0 | 110101 | 100001010 | 101010 | 100001 |
Color Harmonies of #503179
Complementary color
Monochromatic Colors of #503179
Black with #503179
Text Example
Text Example
White with #503179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503179; }
p { color: rgb(80,49,121); }
H1.HeaderClassName
{
color: #503179;
}
.AnyTagClassName
{
color: #503179;
}
</style>
background-color css
<style>
a { background-color: #503179; }
a { background-color: rgb(80,49,121); }
div.DivClassName
{
background-color: #503179;
}
.BgClassName
{
background-color: #503179;
}
</style>
border-color css
<style>
span { border-color: #503179; }
span { border-color: rgb(80,49,121); }
td.TdClassName
{
border-color: #503179;
}
.TagClassName
{
border-color: #503179;
}
</style>