Shades of Blue Diamond #541A73
Tints of Blue Diamond #541A73
RGB
CMYK
RGB Variations
Color information
#541A73 (or 0x541A73) is known color: Blue Diamond. HEX triplet: 54, 1A and 73. RGB value is (84,26,115). Sum of RGB (Red+Green+Blue) = 84+26+115=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #541A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A73 is #ABE58C. Grayscale: #353535. Windows color (decimal): -11265421 or 7543380. OLE color: 7543380.
HSL color Cylindrical-coordinate representation of color #541A73: hue angle of 279.1º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541A73 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 26 | 115 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.55 |
| HSL | 279.1º | 0.63% | 0.28% | - |
| HSV(B) | 279.1º | 0.77% | 0.45% | - |
| XYZ | 7.12 | 3.86 | 16.59 | - |
| YUV | 53.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 115 | 0.27 | 0.77 | 0 | 0.55 | 279.1 | 0.63 | 0.28 |
| Hex | 54 | 1A | 73 | 1B | 4D | 0 | 37 | 117 | 3F | 1C |
| Octal | 124 | 32 | 163 | 33 | 115 | 0 | 67 | 427 | 77 | 34 |
| Binary | 1010100 | 11010 | 1110011 | 11011 | 1001101 | 0 | 110111 | 100010111 | 111111 | 11100 |
Color Harmonies of #541A73
Complementary color
Monochromatic Colors of #541A73
Black with #541A73
Text Example
Text Example
White with #541A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A73; }
p { color: rgb(84,26,115); }
H1.HeaderClassName
{
color: #541A73;
}
.AnyTagClassName
{
color: #541A73;
}
</style>
background-color css
<style>
a { background-color: #541A73; }
a { background-color: rgb(84,26,115); }
div.DivClassName
{
background-color: #541A73;
}
.BgClassName
{
background-color: #541A73;
}
</style>
border-color css
<style>
span { border-color: #541A73; }
span { border-color: rgb(84,26,115); }
td.TdClassName
{
border-color: #541A73;
}
.TagClassName
{
border-color: #541A73;
}
</style>