Shades of Daisy Bush #51229B
Tints of Daisy Bush #51229B
RGB
CMYK
RGB Variations
Color information
#51229B (or 0x51229B) is known color: Daisy Bush. HEX triplet: 51, 22 and 9B. RGB value is (81,34,155). Sum of RGB (Red+Green+Blue) = 81+34+155=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #51229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51229B is #AEDD64. Grayscale: #3D3D3D. Windows color (decimal): -11459941 or 10166865. OLE color: 10166865.
HSL color Cylindrical-coordinate representation of color #51229B: hue angle of 263.31º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51229B is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 34 | 155 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.39 |
| HSL | 263.31º | 0.64% | 0.37% | - |
| HSV(B) | 263.31º | 0.78% | 0.61% | - |
| XYZ | 9.88 | 5.26 | 31.5 | - |
| YUV | 61.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 155 | 0.48 | 0.78 | 0 | 0.39 | 263.31 | 0.64 | 0.37 |
| Hex | 51 | 22 | 9B | 30 | 4E | 0 | 27 | 107 | 40 | 25 |
| Octal | 121 | 42 | 233 | 60 | 116 | 0 | 47 | 407 | 100 | 45 |
| Binary | 1010001 | 100010 | 10011011 | 110000 | 1001110 | 0 | 100111 | 100000111 | 1000000 | 100101 |
Color Harmonies of #51229B
Complementary color
Monochromatic Colors of #51229B
Black with #51229B
Text Example
Text Example
White with #51229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51229B; }
p { color: rgb(81,34,155); }
H1.HeaderClassName
{
color: #51229B;
}
.AnyTagClassName
{
color: #51229B;
}
</style>
background-color css
<style>
a { background-color: #51229B; }
a { background-color: rgb(81,34,155); }
div.DivClassName
{
background-color: #51229B;
}
.BgClassName
{
background-color: #51229B;
}
</style>
border-color css
<style>
span { border-color: #51229B; }
span { border-color: rgb(81,34,155); }
td.TdClassName
{
border-color: #51229B;
}
.TagClassName
{
border-color: #51229B;
}
</style>