Shades of Daisy Bush #58299F
Tints of Daisy Bush #58299F
RGB
CMYK
RGB Variations
Color information
#58299F (or 0x58299F) is known color: Daisy Bush. HEX triplet: 58, 29 and 9F. RGB value is (88,41,159). Sum of RGB (Red+Green+Blue) = 88+41+159=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #58299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58299F is #A7D660. Grayscale: #444444. Windows color (decimal): -10999393 or 10430808. OLE color: 10430808.
HSL color Cylindrical-coordinate representation of color #58299F: hue angle of 263.9º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58299F is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 41 | 159 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.38 |
| HSL | 263.9º | 0.59% | 0.39% | - |
| HSV(B) | 263.9º | 0.74% | 0.62% | - |
| XYZ | 11.08 | 6.16 | 33.41 | - |
| YUV | 68.51 | 179.07 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 159 | 0.45 | 0.74 | 0 | 0.38 | 263.9 | 0.59 | 0.39 |
| Hex | 58 | 29 | 9F | 2D | 4A | 0 | 26 | 108 | 3B | 27 |
| Octal | 130 | 51 | 237 | 55 | 112 | 0 | 46 | 410 | 73 | 47 |
| Binary | 1011000 | 101001 | 10011111 | 101101 | 1001010 | 0 | 100110 | 100001000 | 111011 | 100111 |
Color Harmonies of #58299F
Complementary color
Monochromatic Colors of #58299F
Black with #58299F
Text Example
Text Example
White with #58299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58299F; }
p { color: rgb(88,41,159); }
H1.HeaderClassName
{
color: #58299F;
}
.AnyTagClassName
{
color: #58299F;
}
</style>
background-color css
<style>
a { background-color: #58299F; }
a { background-color: rgb(88,41,159); }
div.DivClassName
{
background-color: #58299F;
}
.BgClassName
{
background-color: #58299F;
}
</style>
border-color css
<style>
span { border-color: #58299F; }
span { border-color: rgb(88,41,159); }
td.TdClassName
{
border-color: #58299F;
}
.TagClassName
{
border-color: #58299F;
}
</style>