Shades of Lucky Point #272850
Tints of Lucky Point #272850
RGB
CMYK
RGB Variations
Color information
#272850 (or 0x272850) is known color: Lucky Point. HEX triplet: 27, 28 and 50. RGB value is (39,40,80). Sum of RGB (Red+Green+Blue) = 39+40+80=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #272850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272850 is #D8D7AF. Grayscale: #2C2C2C. Windows color (decimal): -14210992 or 5253159. OLE color: 5253159.
HSL color Cylindrical-coordinate representation of color #272850: hue angle of 238.54º 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 #272850 is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 40 | 80 | - |
| CMYK | 0.51 | 0.5 | 0 | 0.69 |
| HSL | 238.54º | 0.34% | 0.23% | - |
| HSV(B) | 238.54º | 0.51% | 0.31% | - |
| XYZ | 3.04 | 2.53 | 7.92 | - |
| YUV | 44.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 80 | 0.51 | 0.5 | 0 | 0.69 | 238.54 | 0.34 | 0.23 |
| Hex | 27 | 28 | 50 | 33 | 32 | 0 | 45 | EF | 22 | 17 |
| Octal | 47 | 50 | 120 | 63 | 62 | 0 | 105 | 357 | 42 | 27 |
| Binary | 100111 | 101000 | 1010000 | 110011 | 110010 | 0 | 1000101 | 11101111 | 100010 | 10111 |
Color Harmonies of #272850
Complementary color
Monochromatic Colors of #272850
Black with #272850
Text Example
Text Example
White with #272850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272850; }
p { color: rgb(39,40,80); }
H1.HeaderClassName
{
color: #272850;
}
.AnyTagClassName
{
color: #272850;
}
</style>
background-color css
<style>
a { background-color: #272850; }
a { background-color: rgb(39,40,80); }
div.DivClassName
{
background-color: #272850;
}
.BgClassName
{
background-color: #272850;
}
</style>
border-color css
<style>
span { border-color: #272850; }
span { border-color: rgb(39,40,80); }
td.TdClassName
{
border-color: #272850;
}
.TagClassName
{
border-color: #272850;
}
</style>