Shades of Daisy Bush #4D1B9D
Tints of Daisy Bush #4D1B9D
RGB
CMYK
RGB Variations
Color information
#4D1B9D (or 0x4D1B9D) is known color: Daisy Bush. HEX triplet: 4D, 1B and 9D. RGB value is (77,27,157). Sum of RGB (Red+Green+Blue) = 77+27+157=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D1B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1B9D is #B2E462. Grayscale: #383838. Windows color (decimal): -11723875 or 10296141. OLE color: 10296141.
HSL color Cylindrical-coordinate representation of color #4D1B9D: hue angle of 263.08º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1B9D is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 27 | 157 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.38 |
| HSL | 263.08º | 0.71% | 0.36% | - |
| HSV(B) | 263.08º | 0.83% | 0.62% | - |
| XYZ | 9.54 | 4.8 | 32.32 | - |
| YUV | 56.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 157 | 0.51 | 0.83 | 0 | 0.38 | 263.08 | 0.71 | 0.36 |
| Hex | 4D | 1B | 9D | 33 | 53 | 0 | 26 | 107 | 47 | 24 |
| Octal | 115 | 33 | 235 | 63 | 123 | 0 | 46 | 407 | 107 | 44 |
| Binary | 1001101 | 11011 | 10011101 | 110011 | 1010011 | 0 | 100110 | 100000111 | 1000111 | 100100 |
Color Harmonies of #4D1B9D
Complementary color
Monochromatic Colors of #4D1B9D
Black with #4D1B9D
Text Example
Text Example
White with #4D1B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B9D; }
p { color: rgb(77,27,157); }
H1.HeaderClassName
{
color: #4D1B9D;
}
.AnyTagClassName
{
color: #4D1B9D;
}
</style>
background-color css
<style>
a { background-color: #4D1B9D; }
a { background-color: rgb(77,27,157); }
div.DivClassName
{
background-color: #4D1B9D;
}
.BgClassName
{
background-color: #4D1B9D;
}
</style>
border-color css
<style>
span { border-color: #4D1B9D; }
span { border-color: rgb(77,27,157); }
td.TdClassName
{
border-color: #4D1B9D;
}
.TagClassName
{
border-color: #4D1B9D;
}
</style>