Shades of Lucky Point #29305D
Tints of Lucky Point #29305D
RGB
CMYK
RGB Variations
Color information
#29305D (or 0x29305D) is known color: Lucky Point. HEX triplet: 29, 30 and 5D. RGB value is (41,48,93). Sum of RGB (Red+Green+Blue) = 41+48+93=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #29305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29305D is #D6CFA2. Grayscale: #323232. Windows color (decimal): -14077859 or 6107177. OLE color: 6107177.
HSL color Cylindrical-coordinate representation of color #29305D: hue angle of 231.92º 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 #29305D is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 48 | 93 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.64 |
| HSL | 231.92º | 0.39% | 0.26% | - |
| HSV(B) | 231.92º | 0.56% | 0.36% | - |
| XYZ | 3.95 | 3.38 | 10.8 | - |
| YUV | 51.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 93 | 0.56 | 0.48 | 0 | 0.64 | 231.92 | 0.39 | 0.26 |
| Hex | 29 | 30 | 5D | 38 | 30 | 0 | 40 | E8 | 27 | 1A |
| Octal | 51 | 60 | 135 | 70 | 60 | 0 | 100 | 350 | 47 | 32 |
| Binary | 101001 | 110000 | 1011101 | 111000 | 110000 | 0 | 1000000 | 11101000 | 100111 | 11010 |
Color Harmonies of #29305D
Complementary color
Monochromatic Colors of #29305D
Black with #29305D
Text Example
Text Example
White with #29305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29305D; }
p { color: rgb(41,48,93); }
H1.HeaderClassName
{
color: #29305D;
}
.AnyTagClassName
{
color: #29305D;
}
</style>
background-color css
<style>
a { background-color: #29305D; }
a { background-color: rgb(41,48,93); }
div.DivClassName
{
background-color: #29305D;
}
.BgClassName
{
background-color: #29305D;
}
</style>
border-color css
<style>
span { border-color: #29305D; }
span { border-color: rgb(41,48,93); }
td.TdClassName
{
border-color: #29305D;
}
.TagClassName
{
border-color: #29305D;
}
</style>