Shades of Lucky Point #29305C
Tints of Lucky Point #29305C
RGB
CMYK
RGB Variations
Color information
#29305C (or 0x29305C) is known color: Lucky Point. HEX triplet: 29, 30 and 5C. RGB value is (41,48,92). Sum of RGB (Red+Green+Blue) = 41+48+92=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #29305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29305C is #D6CFA3. Grayscale: #323232. Windows color (decimal): -14077860 or 6041641. OLE color: 6041641.
HSL color Cylindrical-coordinate representation of color #29305C: hue angle of 231.76º 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 #29305C is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 48 | 92 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.64 |
| HSL | 231.76º | 0.38% | 0.26% | - |
| HSV(B) | 231.76º | 0.55% | 0.36% | - |
| XYZ | 3.9 | 3.36 | 10.57 | - |
| YUV | 50.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 92 | 0.55 | 0.48 | 0 | 0.64 | 231.76 | 0.38 | 0.26 |
| Hex | 29 | 30 | 5C | 37 | 30 | 0 | 40 | E8 | 26 | 1A |
| Octal | 51 | 60 | 134 | 67 | 60 | 0 | 100 | 350 | 46 | 32 |
| Binary | 101001 | 110000 | 1011100 | 110111 | 110000 | 0 | 1000000 | 11101000 | 100110 | 11010 |
Color Harmonies of #29305C
Complementary color
Monochromatic Colors of #29305C
Black with #29305C
Text Example
Text Example
White with #29305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29305C; }
p { color: rgb(41,48,92); }
H1.HeaderClassName
{
color: #29305C;
}
.AnyTagClassName
{
color: #29305C;
}
</style>
background-color css
<style>
a { background-color: #29305C; }
a { background-color: rgb(41,48,92); }
div.DivClassName
{
background-color: #29305C;
}
.BgClassName
{
background-color: #29305C;
}
</style>
border-color css
<style>
span { border-color: #29305C; }
span { border-color: rgb(41,48,92); }
td.TdClassName
{
border-color: #29305C;
}
.TagClassName
{
border-color: #29305C;
}
</style>