Shades of Daisy Bush #51338D
Tints of Daisy Bush #51338D
RGB
CMYK
RGB Variations
Color information
#51338D (or 0x51338D) is known color: Daisy Bush. HEX triplet: 51, 33 and 8D. RGB value is (81,51,141). Sum of RGB (Red+Green+Blue) = 81+51+141=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #51338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51338D is #AECC72. Grayscale: #454545. Windows color (decimal): -11455603 or 9253713. OLE color: 9253713.
HSL color Cylindrical-coordinate representation of color #51338D: hue angle of 260º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51338D is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 51 | 141 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.45 |
| HSL | 260º | 0.47% | 0.38% | - |
| HSV(B) | 260º | 0.64% | 0.55% | - |
| XYZ | 9.38 | 6.04 | 25.87 | - |
| YUV | 70.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 141 | 0.43 | 0.64 | 0 | 0.45 | 260 | 0.47 | 0.38 |
| Hex | 51 | 33 | 8D | 2B | 40 | 0 | 2D | 104 | 2F | 26 |
| Octal | 121 | 63 | 215 | 53 | 100 | 0 | 55 | 404 | 57 | 46 |
| Binary | 1010001 | 110011 | 10001101 | 101011 | 1000000 | 0 | 101101 | 100000100 | 101111 | 100110 |
Color Harmonies of #51338D
Complementary color
Monochromatic Colors of #51338D
Black with #51338D
Text Example
Text Example
White with #51338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51338D; }
p { color: rgb(81,51,141); }
H1.HeaderClassName
{
color: #51338D;
}
.AnyTagClassName
{
color: #51338D;
}
</style>
background-color css
<style>
a { background-color: #51338D; }
a { background-color: rgb(81,51,141); }
div.DivClassName
{
background-color: #51338D;
}
.BgClassName
{
background-color: #51338D;
}
</style>
border-color css
<style>
span { border-color: #51338D; }
span { border-color: rgb(81,51,141); }
td.TdClassName
{
border-color: #51338D;
}
.TagClassName
{
border-color: #51338D;
}
</style>