Shades of Blue Diamond #541C80
Tints of Blue Diamond #541C80
RGB
CMYK
RGB Variations
Color information
#541C80 (or 0x541C80) is known color: Blue Diamond. HEX triplet: 54, 1C and 80. RGB value is (84,28,128). Sum of RGB (Red+Green+Blue) = 84+28+128=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #541C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C80 is #ABE37F. Grayscale: #373737. Windows color (decimal): -11264896 or 8395860. OLE color: 8395860.
HSL color Cylindrical-coordinate representation of color #541C80: hue angle of 273.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #541C80 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 28 | 128 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.50 |
| HSL | 273.6º | 0.64% | 0.31% | - |
| HSV(B) | 273.6º | 0.78% | 0.5% | - |
| XYZ | 7.97 | 4.27 | 20.83 | - |
| YUV | 56.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 128 | 0.34 | 0.78 | 0 | 0.50 | 273.6 | 0.64 | 0.31 |
| Hex | 54 | 1C | 80 | 22 | 4E | 0 | 32 | 112 | 40 | 1F |
| Octal | 124 | 34 | 200 | 42 | 116 | 0 | 62 | 422 | 100 | 37 |
| Binary | 1010100 | 11100 | 10000000 | 100010 | 1001110 | 0 | 110010 | 100010010 | 1000000 | 11111 |
Color Harmonies of #541C80
Complementary color
Monochromatic Colors of #541C80
Black with #541C80
Text Example
Text Example
White with #541C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C80; }
p { color: rgb(84,28,128); }
H1.HeaderClassName
{
color: #541C80;
}
.AnyTagClassName
{
color: #541C80;
}
</style>
background-color css
<style>
a { background-color: #541C80; }
a { background-color: rgb(84,28,128); }
div.DivClassName
{
background-color: #541C80;
}
.BgClassName
{
background-color: #541C80;
}
</style>
border-color css
<style>
span { border-color: #541C80; }
span { border-color: rgb(84,28,128); }
td.TdClassName
{
border-color: #541C80;
}
.TagClassName
{
border-color: #541C80;
}
</style>