Shades of Loulou #58294E
Tints of Loulou #58294E
RGB
CMYK
RGB Variations
Color information
#58294E (or 0x58294E) is known color: Loulou. HEX triplet: 58, 29 and 4E. RGB value is (88,41,78). Sum of RGB (Red+Green+Blue) = 88+41+78=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 88 - color contains mainly: red. Hex color #58294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58294E is #A7D6B1. Grayscale: #3B3B3B. Windows color (decimal): -10999474 or 5122392. OLE color: 5122392.
HSL color Cylindrical-coordinate representation of color #58294E: hue angle of 312.77º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58294E is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 41 | 78 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.65 |
| HSL | 312.77º | 0.36% | 0.25% | - |
| HSV(B) | 312.77º | 0.53% | 0.35% | - |
| XYZ | 6.19 | 4.21 | 7.69 | - |
| YUV | 59.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 78 | 0 | 0.53 | 0.11 | 0.65 | 312.77 | 0.36 | 0.25 |
| Hex | 58 | 29 | 4E | 0 | 35 | B | 41 | 139 | 24 | 19 |
| Octal | 130 | 51 | 116 | 0 | 65 | 13 | 101 | 471 | 44 | 31 |
| Binary | 1011000 | 101001 | 1001110 | 0 | 110101 | 1011 | 1000001 | 100111001 | 100100 | 11001 |
Color Harmonies of #58294E
Complementary color
Monochromatic Colors of #58294E
Black with #58294E
Text Example
Text Example
White with #58294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58294E; }
p { color: rgb(88,41,78); }
H1.HeaderClassName
{
color: #58294E;
}
.AnyTagClassName
{
color: #58294E;
}
</style>
background-color css
<style>
a { background-color: #58294E; }
a { background-color: rgb(88,41,78); }
div.DivClassName
{
background-color: #58294E;
}
.BgClassName
{
background-color: #58294E;
}
</style>
border-color css
<style>
span { border-color: #58294E; }
span { border-color: rgb(88,41,78); }
td.TdClassName
{
border-color: #58294E;
}
.TagClassName
{
border-color: #58294E;
}
</style>