Shades of Daisy Bush #51209D
Tints of Daisy Bush #51209D
RGB
CMYK
RGB Variations
Color information
#51209D (or 0x51209D) is known color: Daisy Bush. HEX triplet: 51, 20 and 9D. RGB value is (81,32,157). Sum of RGB (Red+Green+Blue) = 81+32+157=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #51209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51209D is #AEDF62. Grayscale: #3C3C3C. Windows color (decimal): -11460451 or 10297425. OLE color: 10297425.
HSL color Cylindrical-coordinate representation of color #51209D: hue angle of 263.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51209D is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 32 | 157 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.38 |
| HSL | 263.52º | 0.66% | 0.37% | - |
| HSV(B) | 263.52º | 0.8% | 0.62% | - |
| XYZ | 10 | 5.22 | 32.38 | - |
| YUV | 60.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 157 | 0.48 | 0.80 | 0 | 0.38 | 263.52 | 0.66 | 0.37 |
| Hex | 51 | 20 | 9D | 30 | 50 | 0 | 26 | 108 | 42 | 25 |
| Octal | 121 | 40 | 235 | 60 | 120 | 0 | 46 | 410 | 102 | 45 |
| Binary | 1010001 | 100000 | 10011101 | 110000 | 1010000 | 0 | 100110 | 100001000 | 1000010 | 100101 |
Color Harmonies of #51209D
Complementary color
Monochromatic Colors of #51209D
Black with #51209D
Text Example
Text Example
White with #51209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51209D; }
p { color: rgb(81,32,157); }
H1.HeaderClassName
{
color: #51209D;
}
.AnyTagClassName
{
color: #51209D;
}
</style>
background-color css
<style>
a { background-color: #51209D; }
a { background-color: rgb(81,32,157); }
div.DivClassName
{
background-color: #51209D;
}
.BgClassName
{
background-color: #51209D;
}
</style>
border-color css
<style>
span { border-color: #51209D; }
span { border-color: rgb(81,32,157); }
td.TdClassName
{
border-color: #51209D;
}
.TagClassName
{
border-color: #51209D;
}
</style>