Shades of Daisy Bush #4D1C9D
Tints of Daisy Bush #4D1C9D
RGB
CMYK
RGB Variations
Color information
#4D1C9D (or 0x4D1C9D) is known color: Daisy Bush. HEX triplet: 4D, 1C and 9D. RGB value is (77,28,157). Sum of RGB (Red+Green+Blue) = 77+28+157=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D1C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1C9D is #B2E362. Grayscale: #383838. Windows color (decimal): -11723619 or 10296397. OLE color: 10296397.
HSL color Cylindrical-coordinate representation of color #4D1C9D: hue angle of 262.79º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1C9D is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 28 | 157 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.38 |
| HSL | 262.79º | 0.7% | 0.36% | - |
| HSV(B) | 262.79º | 0.82% | 0.62% | - |
| XYZ | 9.56 | 4.84 | 32.33 | - |
| YUV | 57.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 157 | 0.51 | 0.82 | 0 | 0.38 | 262.79 | 0.7 | 0.36 |
| Hex | 4D | 1C | 9D | 33 | 52 | 0 | 26 | 107 | 46 | 24 |
| Octal | 115 | 34 | 235 | 63 | 122 | 0 | 46 | 407 | 106 | 44 |
| Binary | 1001101 | 11100 | 10011101 | 110011 | 1010010 | 0 | 100110 | 100000111 | 1000110 | 100100 |
Color Harmonies of #4D1C9D
Complementary color
Monochromatic Colors of #4D1C9D
Black with #4D1C9D
Text Example
Text Example
White with #4D1C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C9D; }
p { color: rgb(77,28,157); }
H1.HeaderClassName
{
color: #4D1C9D;
}
.AnyTagClassName
{
color: #4D1C9D;
}
</style>
background-color css
<style>
a { background-color: #4D1C9D; }
a { background-color: rgb(77,28,157); }
div.DivClassName
{
background-color: #4D1C9D;
}
.BgClassName
{
background-color: #4D1C9D;
}
</style>
border-color css
<style>
span { border-color: #4D1C9D; }
span { border-color: rgb(77,28,157); }
td.TdClassName
{
border-color: #4D1C9D;
}
.TagClassName
{
border-color: #4D1C9D;
}
</style>