Shades of Daisy Bush #512DA1
Tints of Daisy Bush #512DA1
RGB
CMYK
RGB Variations
Color information
#512DA1 (or 0x512DA1) is known color: Daisy Bush. HEX triplet: 51, 2D and A1. RGB value is (81,45,161). Sum of RGB (Red+Green+Blue) = 81+45+161=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #512DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DA1 is #AED25E. Grayscale: #444444. Windows color (decimal): -11457119 or 10562897. OLE color: 10562897.
HSL color Cylindrical-coordinate representation of color #512DA1: hue angle of 258.62º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512DA1 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 45 | 161 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.37 |
| HSL | 258.62º | 0.56% | 0.4% | - |
| HSV(B) | 258.62º | 0.72% | 0.63% | - |
| XYZ | 10.76 | 6.2 | 34.35 | - |
| YUV | 68.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 161 | 0.50 | 0.72 | 0 | 0.37 | 258.62 | 0.56 | 0.4 |
| Hex | 51 | 2D | A1 | 32 | 48 | 0 | 25 | 103 | 38 | 28 |
| Octal | 121 | 55 | 241 | 62 | 110 | 0 | 45 | 403 | 70 | 50 |
| Binary | 1010001 | 101101 | 10100001 | 110010 | 1001000 | 0 | 100101 | 100000011 | 111000 | 101000 |
Color Harmonies of #512DA1
Complementary color
Monochromatic Colors of #512DA1
Black with #512DA1
Text Example
Text Example
White with #512DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DA1; }
p { color: rgb(81,45,161); }
H1.HeaderClassName
{
color: #512DA1;
}
.AnyTagClassName
{
color: #512DA1;
}
</style>
background-color css
<style>
a { background-color: #512DA1; }
a { background-color: rgb(81,45,161); }
div.DivClassName
{
background-color: #512DA1;
}
.BgClassName
{
background-color: #512DA1;
}
</style>
border-color css
<style>
span { border-color: #512DA1; }
span { border-color: rgb(81,45,161); }
td.TdClassName
{
border-color: #512DA1;
}
.TagClassName
{
border-color: #512DA1;
}
</style>