Shades of Lucky Point #292D49
Tints of Lucky Point #292D49
RGB
CMYK
RGB Variations
Color information
#292D49 (or 0x292D49) is known color: Lucky Point. HEX triplet: 29, 2D and 49. RGB value is (41,45,73). Sum of RGB (Red+Green+Blue) = 41+45+73=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #292D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D49 is #D6D2B6. Grayscale: #2E2E2E. Windows color (decimal): -14078647 or 4795689. OLE color: 4795689.
HSL color Cylindrical-coordinate representation of color #292D49: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292D49 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 45 | 73 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.71 |
| HSL | 232.5º | 0.28% | 0.22% | - |
| HSV(B) | 232.5º | 0.44% | 0.29% | - |
| XYZ | 3.06 | 2.83 | 6.69 | - |
| YUV | 47 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 73 | 0.44 | 0.38 | 0 | 0.71 | 232.5 | 0.28 | 0.22 |
| Hex | 29 | 2D | 49 | 2C | 26 | 0 | 47 | E8 | 1C | 16 |
| Octal | 51 | 55 | 111 | 54 | 46 | 0 | 107 | 350 | 34 | 26 |
| Binary | 101001 | 101101 | 1001001 | 101100 | 100110 | 0 | 1000111 | 11101000 | 11100 | 10110 |
Color Harmonies of #292D49
Complementary color
Monochromatic Colors of #292D49
Black with #292D49
Text Example
Text Example
White with #292D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292D49; }
p { color: rgb(41,45,73); }
H1.HeaderClassName
{
color: #292D49;
}
.AnyTagClassName
{
color: #292D49;
}
</style>
background-color css
<style>
a { background-color: #292D49; }
a { background-color: rgb(41,45,73); }
div.DivClassName
{
background-color: #292D49;
}
.BgClassName
{
background-color: #292D49;
}
</style>
border-color css
<style>
span { border-color: #292D49; }
span { border-color: rgb(41,45,73); }
td.TdClassName
{
border-color: #292D49;
}
.TagClassName
{
border-color: #292D49;
}
</style>