Shades of Lucky Point #2A2D49
Tints of Lucky Point #2A2D49
RGB
CMYK
RGB Variations
Color information
#2A2D49 (or 0x2A2D49) is known color: Lucky Point. HEX triplet: 2A, 2D and 49. RGB value is (42,45,73). Sum of RGB (Red+Green+Blue) = 42+45+73=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A2D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D49 is #D5D2B6. Grayscale: #2F2F2F. Windows color (decimal): -14013111 or 4795690. OLE color: 4795690.
HSL color Cylindrical-coordinate representation of color #2A2D49: hue angle of 234.19º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A2D49 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 45 | 73 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.71 |
| HSL | 234.19º | 0.27% | 0.23% | - |
| HSV(B) | 234.19º | 0.42% | 0.29% | - |
| XYZ | 3.1 | 2.85 | 6.69 | - |
| YUV | 47.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 73 | 0.42 | 0.38 | 0 | 0.71 | 234.19 | 0.27 | 0.23 |
| Hex | 2A | 2D | 49 | 2A | 26 | 0 | 47 | EA | 1B | 17 |
| Octal | 52 | 55 | 111 | 52 | 46 | 0 | 107 | 352 | 33 | 27 |
| Binary | 101010 | 101101 | 1001001 | 101010 | 100110 | 0 | 1000111 | 11101010 | 11011 | 10111 |
Color Harmonies of #2A2D49
Complementary color
Monochromatic Colors of #2A2D49
Black with #2A2D49
Text Example
Text Example
White with #2A2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D49; }
p { color: rgb(42,45,73); }
H1.HeaderClassName
{
color: #2A2D49;
}
.AnyTagClassName
{
color: #2A2D49;
}
</style>
background-color css
<style>
a { background-color: #2A2D49; }
a { background-color: rgb(42,45,73); }
div.DivClassName
{
background-color: #2A2D49;
}
.BgClassName
{
background-color: #2A2D49;
}
</style>
border-color css
<style>
span { border-color: #2A2D49; }
span { border-color: rgb(42,45,73); }
td.TdClassName
{
border-color: #2A2D49;
}
.TagClassName
{
border-color: #2A2D49;
}
</style>