Shades of Daisy Bush #4F1D9C
Tints of Daisy Bush #4F1D9C
RGB
CMYK
RGB Variations
Color information
#4F1D9C (or 0x4F1D9C) is known color: Daisy Bush. HEX triplet: 4F, 1D and 9C. RGB value is (79,29,156). Sum of RGB (Red+Green+Blue) = 79+29+156=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F1D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1D9C is #B0E263. Grayscale: #393939. Windows color (decimal): -11592292 or 10231119. OLE color: 10231119.
HSL color Cylindrical-coordinate representation of color #4F1D9C: hue angle of 263.62º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F1D9C is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 29 | 156 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.39 |
| HSL | 263.62º | 0.69% | 0.36% | - |
| HSV(B) | 263.62º | 0.81% | 0.61% | - |
| XYZ | 9.66 | 4.94 | 31.9 | - |
| YUV | 58.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 156 | 0.49 | 0.81 | 0 | 0.39 | 263.62 | 0.69 | 0.36 |
| Hex | 4F | 1D | 9C | 31 | 51 | 0 | 27 | 108 | 45 | 24 |
| Octal | 117 | 35 | 234 | 61 | 121 | 0 | 47 | 410 | 105 | 44 |
| Binary | 1001111 | 11101 | 10011100 | 110001 | 1010001 | 0 | 100111 | 100001000 | 1000101 | 100100 |
Color Harmonies of #4F1D9C
Complementary color
Monochromatic Colors of #4F1D9C
Black with #4F1D9C
Text Example
Text Example
White with #4F1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D9C; }
p { color: rgb(79,29,156); }
H1.HeaderClassName
{
color: #4F1D9C;
}
.AnyTagClassName
{
color: #4F1D9C;
}
</style>
background-color css
<style>
a { background-color: #4F1D9C; }
a { background-color: rgb(79,29,156); }
div.DivClassName
{
background-color: #4F1D9C;
}
.BgClassName
{
background-color: #4F1D9C;
}
</style>
border-color css
<style>
span { border-color: #4F1D9C; }
span { border-color: rgb(79,29,156); }
td.TdClassName
{
border-color: #4F1D9C;
}
.TagClassName
{
border-color: #4F1D9C;
}
</style>