Shades of Lucky Point #272957
Tints of Lucky Point #272957
RGB
CMYK
RGB Variations
Color information
#272957 (or 0x272957) is known color: Lucky Point. HEX triplet: 27, 29 and 57. RGB value is (39,41,87). Sum of RGB (Red+Green+Blue) = 39+41+87=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #272957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272957 is #D8D6A8. Grayscale: #2D2D2D. Windows color (decimal): -14210729 or 5712167. OLE color: 5712167.
HSL color Cylindrical-coordinate representation of color #272957: hue angle of 237.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #272957 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 41 | 87 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.66 |
| HSL | 237.5º | 0.38% | 0.25% | - |
| HSV(B) | 237.5º | 0.55% | 0.34% | - |
| XYZ | 3.35 | 2.71 | 9.36 | - |
| YUV | 45.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 87 | 0.55 | 0.53 | 0 | 0.66 | 237.5 | 0.38 | 0.25 |
| Hex | 27 | 29 | 57 | 37 | 35 | 0 | 42 | EE | 26 | 19 |
| Octal | 47 | 51 | 127 | 67 | 65 | 0 | 102 | 356 | 46 | 31 |
| Binary | 100111 | 101001 | 1010111 | 110111 | 110101 | 0 | 1000010 | 11101110 | 100110 | 11001 |
Color Harmonies of #272957
Complementary color
Monochromatic Colors of #272957
Black with #272957
Text Example
Text Example
White with #272957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272957; }
p { color: rgb(39,41,87); }
H1.HeaderClassName
{
color: #272957;
}
.AnyTagClassName
{
color: #272957;
}
</style>
background-color css
<style>
a { background-color: #272957; }
a { background-color: rgb(39,41,87); }
div.DivClassName
{
background-color: #272957;
}
.BgClassName
{
background-color: #272957;
}
</style>
border-color css
<style>
span { border-color: #272957; }
span { border-color: rgb(39,41,87); }
td.TdClassName
{
border-color: #272957;
}
.TagClassName
{
border-color: #272957;
}
</style>