Shades of Lucky Point #272D49
Tints of Lucky Point #272D49
RGB
CMYK
RGB Variations
Color information
#272D49 (or 0x272D49) is known color: Lucky Point. HEX triplet: 27, 2D and 49. RGB value is (39,45,73). Sum of RGB (Red+Green+Blue) = 39+45+73=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #272D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D49 is #D8D2B6. Grayscale: #2E2E2E. Windows color (decimal): -14209719 or 4795687. OLE color: 4795687.
HSL color Cylindrical-coordinate representation of color #272D49: hue angle of 229.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #272D49 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 45 | 73 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.71 |
| HSL | 229.41º | 0.3% | 0.22% | - |
| HSV(B) | 229.41º | 0.47% | 0.29% | - |
| XYZ | 2.98 | 2.79 | 6.68 | - |
| YUV | 46.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 73 | 0.47 | 0.38 | 0 | 0.71 | 229.41 | 0.3 | 0.22 |
| Hex | 27 | 2D | 49 | 2F | 26 | 0 | 47 | E5 | 1E | 16 |
| Octal | 47 | 55 | 111 | 57 | 46 | 0 | 107 | 345 | 36 | 26 |
| Binary | 100111 | 101101 | 1001001 | 101111 | 100110 | 0 | 1000111 | 11100101 | 11110 | 10110 |
Color Harmonies of #272D49
Complementary color
Monochromatic Colors of #272D49
Black with #272D49
Text Example
Text Example
White with #272D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D49; }
p { color: rgb(39,45,73); }
H1.HeaderClassName
{
color: #272D49;
}
.AnyTagClassName
{
color: #272D49;
}
</style>
background-color css
<style>
a { background-color: #272D49; }
a { background-color: rgb(39,45,73); }
div.DivClassName
{
background-color: #272D49;
}
.BgClassName
{
background-color: #272D49;
}
</style>
border-color css
<style>
span { border-color: #272D49; }
span { border-color: rgb(39,45,73); }
td.TdClassName
{
border-color: #272D49;
}
.TagClassName
{
border-color: #272D49;
}
</style>