Shades of Lucky Point #272960
Tints of Lucky Point #272960
RGB
CMYK
RGB Variations
Color information
#272960 (or 0x272960) is known color: Lucky Point. HEX triplet: 27, 29 and 60. RGB value is (39,41,96). Sum of RGB (Red+Green+Blue) = 39+41+96=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #272960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272960 is #D8D69F. Grayscale: #2E2E2E. Windows color (decimal): -14210720 or 6301991. OLE color: 6301991.
HSL color Cylindrical-coordinate representation of color #272960: hue angle of 237.89º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272960 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 41 | 96 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.62 |
| HSL | 237.89º | 0.42% | 0.26% | - |
| HSV(B) | 237.89º | 0.59% | 0.38% | - |
| XYZ | 3.74 | 2.86 | 11.42 | - |
| YUV | 46.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 96 | 0.59 | 0.57 | 0 | 0.62 | 237.89 | 0.42 | 0.26 |
| Hex | 27 | 29 | 60 | 3B | 39 | 0 | 3E | EE | 2A | 1A |
| Octal | 47 | 51 | 140 | 73 | 71 | 0 | 76 | 356 | 52 | 32 |
| Binary | 100111 | 101001 | 1100000 | 111011 | 111001 | 0 | 111110 | 11101110 | 101010 | 11010 |
Color Harmonies of #272960
Complementary color
Monochromatic Colors of #272960
Black with #272960
Text Example
Text Example
White with #272960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272960; }
p { color: rgb(39,41,96); }
H1.HeaderClassName
{
color: #272960;
}
.AnyTagClassName
{
color: #272960;
}
</style>
background-color css
<style>
a { background-color: #272960; }
a { background-color: rgb(39,41,96); }
div.DivClassName
{
background-color: #272960;
}
.BgClassName
{
background-color: #272960;
}
</style>
border-color css
<style>
span { border-color: #272960; }
span { border-color: rgb(39,41,96); }
td.TdClassName
{
border-color: #272960;
}
.TagClassName
{
border-color: #272960;
}
</style>