Shades of Blue Diamond #541C70
Tints of Blue Diamond #541C70
RGB
CMYK
RGB Variations
Color information
#541C70 (or 0x541C70) is known color: Blue Diamond. HEX triplet: 54, 1C and 70. RGB value is (84,28,112). Sum of RGB (Red+Green+Blue) = 84+28+112=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #541C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C70 is #ABE38F. Grayscale: #363636. Windows color (decimal): -11264912 or 7347284. OLE color: 7347284.
HSL color Cylindrical-coordinate representation of color #541C70: hue angle of 280º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #541C70 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 28 | 112 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.56 |
| HSL | 280º | 0.6% | 0.27% | - |
| HSV(B) | 280º | 0.75% | 0.44% | - |
| XYZ | 7 | 3.89 | 15.71 | - |
| YUV | 54.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 112 | 0.25 | 0.75 | 0 | 0.56 | 280 | 0.6 | 0.27 |
| Hex | 54 | 1C | 70 | 19 | 4B | 0 | 38 | 118 | 3C | 1B |
| Octal | 124 | 34 | 160 | 31 | 113 | 0 | 70 | 430 | 74 | 33 |
| Binary | 1010100 | 11100 | 1110000 | 11001 | 1001011 | 0 | 111000 | 100011000 | 111100 | 11011 |
Color Harmonies of #541C70
Complementary color
Monochromatic Colors of #541C70
Black with #541C70
Text Example
Text Example
White with #541C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C70; }
p { color: rgb(84,28,112); }
H1.HeaderClassName
{
color: #541C70;
}
.AnyTagClassName
{
color: #541C70;
}
</style>
background-color css
<style>
a { background-color: #541C70; }
a { background-color: rgb(84,28,112); }
div.DivClassName
{
background-color: #541C70;
}
.BgClassName
{
background-color: #541C70;
}
</style>
border-color css
<style>
span { border-color: #541C70; }
span { border-color: rgb(84,28,112); }
td.TdClassName
{
border-color: #541C70;
}
.TagClassName
{
border-color: #541C70;
}
</style>