Shades of Blue Diamond #501C75
Tints of Blue Diamond #501C75
RGB
CMYK
RGB Variations
Color information
#501C75 (or 0x501C75) is known color: Blue Diamond. HEX triplet: 50, 1C and 75. RGB value is (80,28,117). Sum of RGB (Red+Green+Blue) = 80+28+117=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #501C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C75 is #AFE38A. Grayscale: #353535. Windows color (decimal): -11527051 or 7674960. OLE color: 7674960.
HSL color Cylindrical-coordinate representation of color #501C75: hue angle of 275.06º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501C75 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 28 | 117 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.54 |
| HSL | 275.06º | 0.61% | 0.28% | - |
| HSV(B) | 275.06º | 0.76% | 0.46% | - |
| XYZ | 6.93 | 3.82 | 17.2 | - |
| YUV | 53.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 117 | 0.32 | 0.76 | 0 | 0.54 | 275.06 | 0.61 | 0.28 |
| Hex | 50 | 1C | 75 | 20 | 4C | 0 | 36 | 113 | 3D | 1C |
| Octal | 120 | 34 | 165 | 40 | 114 | 0 | 66 | 423 | 75 | 34 |
| Binary | 1010000 | 11100 | 1110101 | 100000 | 1001100 | 0 | 110110 | 100010011 | 111101 | 11100 |
Color Harmonies of #501C75
Complementary color
Monochromatic Colors of #501C75
Black with #501C75
Text Example
Text Example
White with #501C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501C75; }
p { color: rgb(80,28,117); }
H1.HeaderClassName
{
color: #501C75;
}
.AnyTagClassName
{
color: #501C75;
}
</style>
background-color css
<style>
a { background-color: #501C75; }
a { background-color: rgb(80,28,117); }
div.DivClassName
{
background-color: #501C75;
}
.BgClassName
{
background-color: #501C75;
}
</style>
border-color css
<style>
span { border-color: #501C75; }
span { border-color: rgb(80,28,117); }
td.TdClassName
{
border-color: #501C75;
}
.TagClassName
{
border-color: #501C75;
}
</style>