Shades of Lucky Point #272D51
Tints of Lucky Point #272D51
RGB
CMYK
RGB Variations
Color information
#272D51 (or 0x272D51) is known color: Lucky Point. HEX triplet: 27, 2D and 51. RGB value is (39,45,81). Sum of RGB (Red+Green+Blue) = 39+45+81=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #272D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D51 is #D8D2AE. Grayscale: #2F2F2F. Windows color (decimal): -14209711 or 5319975. OLE color: 5319975.
HSL color Cylindrical-coordinate representation of color #272D51: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #272D51 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 45 | 81 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.68 |
| HSL | 231.43º | 0.35% | 0.24% | - |
| HSV(B) | 231.43º | 0.52% | 0.32% | - |
| XYZ | 3.26 | 2.9 | 8.17 | - |
| YUV | 47.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 81 | 0.52 | 0.44 | 0 | 0.68 | 231.43 | 0.35 | 0.24 |
| Hex | 27 | 2D | 51 | 34 | 2C | 0 | 44 | E7 | 23 | 18 |
| Octal | 47 | 55 | 121 | 64 | 54 | 0 | 104 | 347 | 43 | 30 |
| Binary | 100111 | 101101 | 1010001 | 110100 | 101100 | 0 | 1000100 | 11100111 | 100011 | 11000 |
Color Harmonies of #272D51
Complementary color
Monochromatic Colors of #272D51
Black with #272D51
Text Example
Text Example
White with #272D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D51; }
p { color: rgb(39,45,81); }
H1.HeaderClassName
{
color: #272D51;
}
.AnyTagClassName
{
color: #272D51;
}
</style>
background-color css
<style>
a { background-color: #272D51; }
a { background-color: rgb(39,45,81); }
div.DivClassName
{
background-color: #272D51;
}
.BgClassName
{
background-color: #272D51;
}
</style>
border-color css
<style>
span { border-color: #272D51; }
span { border-color: rgb(39,45,81); }
td.TdClassName
{
border-color: #272D51;
}
.TagClassName
{
border-color: #272D51;
}
</style>