Shades of Lucky Point #272C50
Tints of Lucky Point #272C50
RGB
CMYK
RGB Variations
Color information
#272C50 (or 0x272C50) is known color: Lucky Point. HEX triplet: 27, 2C and 50. RGB value is (39,44,80). Sum of RGB (Red+Green+Blue) = 39+44+80=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #272C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272C50 is #D8D3AF. Grayscale: #2E2E2E. Windows color (decimal): -14209968 or 5254183. OLE color: 5254183.
HSL color Cylindrical-coordinate representation of color #272C50: hue angle of 232.68º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #272C50 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 44 | 80 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.69 |
| HSL | 232.68º | 0.34% | 0.23% | - |
| HSV(B) | 232.68º | 0.51% | 0.31% | - |
| XYZ | 3.19 | 2.81 | 7.96 | - |
| YUV | 46.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 44 | 80 | 0.51 | 0.45 | 0 | 0.69 | 232.68 | 0.34 | 0.23 |
| Hex | 27 | 2C | 50 | 33 | 2D | 0 | 45 | E9 | 22 | 17 |
| Octal | 47 | 54 | 120 | 63 | 55 | 0 | 105 | 351 | 42 | 27 |
| Binary | 100111 | 101100 | 1010000 | 110011 | 101101 | 0 | 1000101 | 11101001 | 100010 | 10111 |
Color Harmonies of #272C50
Complementary color
Monochromatic Colors of #272C50
Black with #272C50
Text Example
Text Example
White with #272C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272C50; }
p { color: rgb(39,44,80); }
H1.HeaderClassName
{
color: #272C50;
}
.AnyTagClassName
{
color: #272C50;
}
</style>
background-color css
<style>
a { background-color: #272C50; }
a { background-color: rgb(39,44,80); }
div.DivClassName
{
background-color: #272C50;
}
.BgClassName
{
background-color: #272C50;
}
</style>
border-color css
<style>
span { border-color: #272C50; }
span { border-color: rgb(39,44,80); }
td.TdClassName
{
border-color: #272C50;
}
.TagClassName
{
border-color: #272C50;
}
</style>