Shades of Lucky Point #29294E
Tints of Lucky Point #29294E
RGB
CMYK
RGB Variations
Color information
#29294E (or 0x29294E) is known color: Lucky Point. HEX triplet: 29, 29 and 4E. RGB value is (41,41,78). Sum of RGB (Red+Green+Blue) = 41+41+78=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #29294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29294E is #D6D6B1. Grayscale: #2D2D2D. Windows color (decimal): -14079666 or 5122345. OLE color: 5122345.
HSL color Cylindrical-coordinate representation of color #29294E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29294E is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 41 | 78 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.69 |
| HSL | 240º | 0.31% | 0.23% | - |
| HSV(B) | 240º | 0.47% | 0.31% | - |
| XYZ | 3.08 | 2.61 | 7.55 | - |
| YUV | 45.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 78 | 0.47 | 0.47 | 0 | 0.69 | 240 | 0.31 | 0.23 |
| Hex | 29 | 29 | 4E | 2F | 2F | 0 | 45 | F0 | 1F | 17 |
| Octal | 51 | 51 | 116 | 57 | 57 | 0 | 105 | 360 | 37 | 27 |
| Binary | 101001 | 101001 | 1001110 | 101111 | 101111 | 0 | 1000101 | 11110000 | 11111 | 10111 |
Color Harmonies of #29294E
Complementary color
Monochromatic Colors of #29294E
Black with #29294E
Text Example
Text Example
White with #29294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29294E; }
p { color: rgb(41,41,78); }
H1.HeaderClassName
{
color: #29294E;
}
.AnyTagClassName
{
color: #29294E;
}
</style>
background-color css
<style>
a { background-color: #29294E; }
a { background-color: rgb(41,41,78); }
div.DivClassName
{
background-color: #29294E;
}
.BgClassName
{
background-color: #29294E;
}
</style>
border-color css
<style>
span { border-color: #29294E; }
span { border-color: rgb(41,41,78); }
td.TdClassName
{
border-color: #29294E;
}
.TagClassName
{
border-color: #29294E;
}
</style>