Shades of Blue Diamond #502F78
Tints of Blue Diamond #502F78
RGB
CMYK
RGB Variations
Color information
#502F78 (or 0x502F78) is known color: Blue Diamond. HEX triplet: 50, 2F and 78. RGB value is (80,47,120). Sum of RGB (Red+Green+Blue) = 80+47+120=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #502F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F78 is #AFD087. Grayscale: #404040. Windows color (decimal): -11522184 or 7876432. OLE color: 7876432.
HSL color Cylindrical-coordinate representation of color #502F78: hue angle of 267.12º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502F78 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 47 | 120 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.53 |
| HSL | 267.12º | 0.44% | 0.33% | - |
| HSV(B) | 267.12º | 0.61% | 0.47% | - |
| XYZ | 7.71 | 5.09 | 18.35 | - |
| YUV | 65.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 120 | 0.33 | 0.61 | 0 | 0.53 | 267.12 | 0.44 | 0.33 |
| Hex | 50 | 2F | 78 | 21 | 3D | 0 | 35 | 10B | 2C | 21 |
| Octal | 120 | 57 | 170 | 41 | 75 | 0 | 65 | 413 | 54 | 41 |
| Binary | 1010000 | 101111 | 1111000 | 100001 | 111101 | 0 | 110101 | 100001011 | 101100 | 100001 |
Color Harmonies of #502F78
Complementary color
Monochromatic Colors of #502F78
Black with #502F78
Text Example
Text Example
White with #502F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F78; }
p { color: rgb(80,47,120); }
H1.HeaderClassName
{
color: #502F78;
}
.AnyTagClassName
{
color: #502F78;
}
</style>
background-color css
<style>
a { background-color: #502F78; }
a { background-color: rgb(80,47,120); }
div.DivClassName
{
background-color: #502F78;
}
.BgClassName
{
background-color: #502F78;
}
</style>
border-color css
<style>
span { border-color: #502F78; }
span { border-color: rgb(80,47,120); }
td.TdClassName
{
border-color: #502F78;
}
.TagClassName
{
border-color: #502F78;
}
</style>