Shades of Lucky Point #272D5D
Tints of Lucky Point #272D5D
RGB
CMYK
RGB Variations
Color information
#272D5D (or 0x272D5D) is known color: Lucky Point. HEX triplet: 27, 2D and 5D. RGB value is (39,45,93). Sum of RGB (Red+Green+Blue) = 39+45+93=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #272D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D5D is #D8D2A2. Grayscale: #303030. Windows color (decimal): -14209699 or 6106407. OLE color: 6106407.
HSL color Cylindrical-coordinate representation of color #272D5D: hue angle of 233.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #272D5D is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 45 | 93 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.64 |
| HSL | 233.33º | 0.41% | 0.26% | - |
| HSV(B) | 233.33º | 0.58% | 0.36% | - |
| XYZ | 3.75 | 3.1 | 10.76 | - |
| YUV | 48.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 93 | 0.58 | 0.52 | 0 | 0.64 | 233.33 | 0.41 | 0.26 |
| Hex | 27 | 2D | 5D | 3A | 34 | 0 | 40 | E9 | 29 | 1A |
| Octal | 47 | 55 | 135 | 72 | 64 | 0 | 100 | 351 | 51 | 32 |
| Binary | 100111 | 101101 | 1011101 | 111010 | 110100 | 0 | 1000000 | 11101001 | 101001 | 11010 |
Color Harmonies of #272D5D
Complementary color
Monochromatic Colors of #272D5D
Black with #272D5D
Text Example
Text Example
White with #272D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272D5D; }
p { color: rgb(39,45,93); }
H1.HeaderClassName
{
color: #272D5D;
}
.AnyTagClassName
{
color: #272D5D;
}
</style>
background-color css
<style>
a { background-color: #272D5D; }
a { background-color: rgb(39,45,93); }
div.DivClassName
{
background-color: #272D5D;
}
.BgClassName
{
background-color: #272D5D;
}
</style>
border-color css
<style>
span { border-color: #272D5D; }
span { border-color: rgb(39,45,93); }
td.TdClassName
{
border-color: #272D5D;
}
.TagClassName
{
border-color: #272D5D;
}
</style>