Shades of Lucky Point #29325C
Tints of Lucky Point #29325C
RGB
CMYK
RGB Variations
Color information
#29325C (or 0x29325C) is known color: Lucky Point. HEX triplet: 29, 32 and 5C. RGB value is (41,50,92). Sum of RGB (Red+Green+Blue) = 41+50+92=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #29325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325C is #D6CDA3. Grayscale: #333333. Windows color (decimal): -14077348 or 6042153. OLE color: 6042153.
HSL color Cylindrical-coordinate representation of color #29325C: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29325C is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 50 | 92 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.64 |
| HSL | 229.41º | 0.38% | 0.26% | - |
| HSV(B) | 229.41º | 0.55% | 0.36% | - |
| XYZ | 3.99 | 3.53 | 10.6 | - |
| YUV | 52.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 92 | 0.55 | 0.46 | 0 | 0.64 | 229.41 | 0.38 | 0.26 |
| Hex | 29 | 32 | 5C | 37 | 2E | 0 | 40 | E5 | 26 | 1A |
| Octal | 51 | 62 | 134 | 67 | 56 | 0 | 100 | 345 | 46 | 32 |
| Binary | 101001 | 110010 | 1011100 | 110111 | 101110 | 0 | 1000000 | 11100101 | 100110 | 11010 |
Color Harmonies of #29325C
Complementary color
Monochromatic Colors of #29325C
Black with #29325C
Text Example
Text Example
White with #29325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29325C; }
p { color: rgb(41,50,92); }
H1.HeaderClassName
{
color: #29325C;
}
.AnyTagClassName
{
color: #29325C;
}
</style>
background-color css
<style>
a { background-color: #29325C; }
a { background-color: rgb(41,50,92); }
div.DivClassName
{
background-color: #29325C;
}
.BgClassName
{
background-color: #29325C;
}
</style>
border-color css
<style>
span { border-color: #29325C; }
span { border-color: rgb(41,50,92); }
td.TdClassName
{
border-color: #29325C;
}
.TagClassName
{
border-color: #29325C;
}
</style>