Shades of Daisy Bush #51229C
Tints of Daisy Bush #51229C
RGB
CMYK
RGB Variations
Color information
#51229C (or 0x51229C) is known color: Daisy Bush. HEX triplet: 51, 22 and 9C. RGB value is (81,34,156). Sum of RGB (Red+Green+Blue) = 81+34+156=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #51229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51229C is #AEDD63. Grayscale: #3D3D3D. Windows color (decimal): -11459940 or 10232401. OLE color: 10232401.
HSL color Cylindrical-coordinate representation of color #51229C: hue angle of 263.11º 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 #51229C is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 34 | 156 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.39 |
| HSL | 263.11º | 0.64% | 0.37% | - |
| HSV(B) | 263.11º | 0.78% | 0.61% | - |
| XYZ | 9.97 | 5.29 | 31.95 | - |
| YUV | 61.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 156 | 0.48 | 0.78 | 0 | 0.39 | 263.11 | 0.64 | 0.37 |
| Hex | 51 | 22 | 9C | 30 | 4E | 0 | 27 | 107 | 40 | 25 |
| Octal | 121 | 42 | 234 | 60 | 116 | 0 | 47 | 407 | 100 | 45 |
| Binary | 1010001 | 100010 | 10011100 | 110000 | 1001110 | 0 | 100111 | 100000111 | 1000000 | 100101 |
Color Harmonies of #51229C
Complementary color
Monochromatic Colors of #51229C
Black with #51229C
Text Example
Text Example
White with #51229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51229C; }
p { color: rgb(81,34,156); }
H1.HeaderClassName
{
color: #51229C;
}
.AnyTagClassName
{
color: #51229C;
}
</style>
background-color css
<style>
a { background-color: #51229C; }
a { background-color: rgb(81,34,156); }
div.DivClassName
{
background-color: #51229C;
}
.BgClassName
{
background-color: #51229C;
}
</style>
border-color css
<style>
span { border-color: #51229C; }
span { border-color: rgb(81,34,156); }
td.TdClassName
{
border-color: #51229C;
}
.TagClassName
{
border-color: #51229C;
}
</style>