Shades of Blue Diamond #541A76
Tints of Blue Diamond #541A76
RGB
CMYK
RGB Variations
Color information
#541A76 (or 0x541A76) is known color: Blue Diamond. HEX triplet: 54, 1A and 76. RGB value is (84,26,118). Sum of RGB (Red+Green+Blue) = 84+26+118=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #541A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A76 is #ABE589. Grayscale: #353535. Windows color (decimal): -11265418 or 7739988. OLE color: 7739988.
HSL color Cylindrical-coordinate representation of color #541A76: hue angle of 277.83º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #541A76 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 26 | 118 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.54 |
| HSL | 277.83º | 0.64% | 0.28% | - |
| HSV(B) | 277.83º | 0.78% | 0.46% | - |
| XYZ | 7.3 | 3.93 | 17.51 | - |
| YUV | 53.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 118 | 0.29 | 0.78 | 0 | 0.54 | 277.83 | 0.64 | 0.28 |
| Hex | 54 | 1A | 76 | 1D | 4E | 0 | 36 | 116 | 40 | 1C |
| Octal | 124 | 32 | 166 | 35 | 116 | 0 | 66 | 426 | 100 | 34 |
| Binary | 1010100 | 11010 | 1110110 | 11101 | 1001110 | 0 | 110110 | 100010110 | 1000000 | 11100 |
Color Harmonies of #541A76
Complementary color
Monochromatic Colors of #541A76
Black with #541A76
Text Example
Text Example
White with #541A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A76; }
p { color: rgb(84,26,118); }
H1.HeaderClassName
{
color: #541A76;
}
.AnyTagClassName
{
color: #541A76;
}
</style>
background-color css
<style>
a { background-color: #541A76; }
a { background-color: rgb(84,26,118); }
div.DivClassName
{
background-color: #541A76;
}
.BgClassName
{
background-color: #541A76;
}
</style>
border-color css
<style>
span { border-color: #541A76; }
span { border-color: rgb(84,26,118); }
td.TdClassName
{
border-color: #541A76;
}
.TagClassName
{
border-color: #541A76;
}
</style>