Shades of Daisy Bush #51259C
Tints of Daisy Bush #51259C
RGB
CMYK
RGB Variations
Color information
#51259C (or 0x51259C) is known color: Daisy Bush. HEX triplet: 51, 25 and 9C. RGB value is (81,37,156). Sum of RGB (Red+Green+Blue) = 81+37+156=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #51259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51259C is #AEDA63. Grayscale: #3F3F3F. Windows color (decimal): -11459172 or 10233169. OLE color: 10233169.
HSL color Cylindrical-coordinate representation of color #51259C: hue angle of 262.18º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #51259C is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 37 | 156 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.39 |
| HSL | 262.18º | 0.62% | 0.38% | - |
| HSV(B) | 262.18º | 0.76% | 0.61% | - |
| XYZ | 10.06 | 5.47 | 31.98 | - |
| YUV | 63.72 | 180.08 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 156 | 0.48 | 0.76 | 0 | 0.39 | 262.18 | 0.62 | 0.38 |
| Hex | 51 | 25 | 9C | 30 | 4C | 0 | 27 | 106 | 3E | 26 |
| Octal | 121 | 45 | 234 | 60 | 114 | 0 | 47 | 406 | 76 | 46 |
| Binary | 1010001 | 100101 | 10011100 | 110000 | 1001100 | 0 | 100111 | 100000110 | 111110 | 100110 |
Color Harmonies of #51259C
Complementary color
Monochromatic Colors of #51259C
Black with #51259C
Text Example
Text Example
White with #51259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51259C; }
p { color: rgb(81,37,156); }
H1.HeaderClassName
{
color: #51259C;
}
.AnyTagClassName
{
color: #51259C;
}
</style>
background-color css
<style>
a { background-color: #51259C; }
a { background-color: rgb(81,37,156); }
div.DivClassName
{
background-color: #51259C;
}
.BgClassName
{
background-color: #51259C;
}
</style>
border-color css
<style>
span { border-color: #51259C; }
span { border-color: rgb(81,37,156); }
td.TdClassName
{
border-color: #51259C;
}
.TagClassName
{
border-color: #51259C;
}
</style>