Shades of Lucky Point #29325D
Tints of Lucky Point #29325D
RGB
CMYK
RGB Variations
Color information
#29325D (or 0x29325D) is known color: Lucky Point. HEX triplet: 29, 32 and 5D. RGB value is (41,50,93). Sum of RGB (Red+Green+Blue) = 41+50+93=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #29325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325D is #D6CDA2. Grayscale: #343434. Windows color (decimal): -14077347 or 6107689. OLE color: 6107689.
HSL color Cylindrical-coordinate representation of color #29325D: hue angle of 229.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29325D is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 50 | 93 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.64 |
| HSL | 229.62º | 0.39% | 0.26% | - |
| HSV(B) | 229.62º | 0.56% | 0.36% | - |
| XYZ | 4.03 | 3.54 | 10.83 | - |
| YUV | 52.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 93 | 0.56 | 0.46 | 0 | 0.64 | 229.62 | 0.39 | 0.26 |
| Hex | 29 | 32 | 5D | 38 | 2E | 0 | 40 | E6 | 27 | 1A |
| Octal | 51 | 62 | 135 | 70 | 56 | 0 | 100 | 346 | 47 | 32 |
| Binary | 101001 | 110010 | 1011101 | 111000 | 101110 | 0 | 1000000 | 11100110 | 100111 | 11010 |
Color Harmonies of #29325D
Complementary color
Monochromatic Colors of #29325D
Black with #29325D
Text Example
Text Example
White with #29325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29325D; }
p { color: rgb(41,50,93); }
H1.HeaderClassName
{
color: #29325D;
}
.AnyTagClassName
{
color: #29325D;
}
</style>
background-color css
<style>
a { background-color: #29325D; }
a { background-color: rgb(41,50,93); }
div.DivClassName
{
background-color: #29325D;
}
.BgClassName
{
background-color: #29325D;
}
</style>
border-color css
<style>
span { border-color: #29325D; }
span { border-color: rgb(41,50,93); }
td.TdClassName
{
border-color: #29325D;
}
.TagClassName
{
border-color: #29325D;
}
</style>