Shades of Blue Diamond #541D6D
Tints of Blue Diamond #541D6D
RGB
CMYK
RGB Variations
Color information
#541D6D (or 0x541D6D) is known color: Blue Diamond. HEX triplet: 54, 1D and 6D. RGB value is (84,29,109). Sum of RGB (Red+Green+Blue) = 84+29+109=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #541D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D6D is #ABE292. Grayscale: #363636. Windows color (decimal): -11264659 or 7150932. OLE color: 7150932.
HSL color Cylindrical-coordinate representation of color #541D6D: hue angle of 281.25º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541D6D is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 29 | 109 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.57 |
| HSL | 281.25º | 0.58% | 0.27% | - |
| HSV(B) | 281.25º | 0.73% | 0.43% | - |
| XYZ | 6.86 | 3.87 | 14.85 | - |
| YUV | 54.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 109 | 0.23 | 0.73 | 0 | 0.57 | 281.25 | 0.58 | 0.27 |
| Hex | 54 | 1D | 6D | 17 | 49 | 0 | 39 | 119 | 3A | 1B |
| Octal | 124 | 35 | 155 | 27 | 111 | 0 | 71 | 431 | 72 | 33 |
| Binary | 1010100 | 11101 | 1101101 | 10111 | 1001001 | 0 | 111001 | 100011001 | 111010 | 11011 |
Color Harmonies of #541D6D
Complementary color
Monochromatic Colors of #541D6D
Black with #541D6D
Text Example
Text Example
White with #541D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D6D; }
p { color: rgb(84,29,109); }
H1.HeaderClassName
{
color: #541D6D;
}
.AnyTagClassName
{
color: #541D6D;
}
</style>
background-color css
<style>
a { background-color: #541D6D; }
a { background-color: rgb(84,29,109); }
div.DivClassName
{
background-color: #541D6D;
}
.BgClassName
{
background-color: #541D6D;
}
</style>
border-color css
<style>
span { border-color: #541D6D; }
span { border-color: rgb(84,29,109); }
td.TdClassName
{
border-color: #541D6D;
}
.TagClassName
{
border-color: #541D6D;
}
</style>