Shades of Lucky Point #29325A
Tints of Lucky Point #29325A
RGB
CMYK
RGB Variations
Color information
#29325A (or 0x29325A) is known color: Lucky Point. HEX triplet: 29, 32 and 5A. RGB value is (41,50,90). Sum of RGB (Red+Green+Blue) = 41+50+90=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #29325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29325A is #D6CDA5. Grayscale: #333333. Windows color (decimal): -14077350 or 5911081. OLE color: 5911081.
HSL color Cylindrical-coordinate representation of color #29325A: hue angle of 228.98º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #29325A is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 50 | 90 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.65 |
| HSL | 228.98º | 0.37% | 0.26% | - |
| HSV(B) | 228.98º | 0.54% | 0.35% | - |
| XYZ | 3.9 | 3.49 | 10.14 | - |
| YUV | 51.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 90 | 0.54 | 0.44 | 0 | 0.65 | 228.98 | 0.37 | 0.26 |
| Hex | 29 | 32 | 5A | 36 | 2C | 0 | 41 | E5 | 25 | 1A |
| Octal | 51 | 62 | 132 | 66 | 54 | 0 | 101 | 345 | 45 | 32 |
| Binary | 101001 | 110010 | 1011010 | 110110 | 101100 | 0 | 1000001 | 11100101 | 100101 | 11010 |
Color Harmonies of #29325A
Complementary color
Monochromatic Colors of #29325A
Black with #29325A
Text Example
Text Example
White with #29325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29325A; }
p { color: rgb(41,50,90); }
H1.HeaderClassName
{
color: #29325A;
}
.AnyTagClassName
{
color: #29325A;
}
</style>
background-color css
<style>
a { background-color: #29325A; }
a { background-color: rgb(41,50,90); }
div.DivClassName
{
background-color: #29325A;
}
.BgClassName
{
background-color: #29325A;
}
</style>
border-color css
<style>
span { border-color: #29325A; }
span { border-color: rgb(41,50,90); }
td.TdClassName
{
border-color: #29325A;
}
.TagClassName
{
border-color: #29325A;
}
</style>