Shades of Lucky Point #272A58
Tints of Lucky Point #272A58
RGB
CMYK
RGB Variations
Color information
#272A58 (or 0x272A58) is known color: Lucky Point. HEX triplet: 27, 2A and 58. RGB value is (39,42,88). Sum of RGB (Red+Green+Blue) = 39+42+88=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #272A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272A58 is #D8D5A7. Grayscale: #2E2E2E. Windows color (decimal): -14210472 or 5777959. OLE color: 5777959.
HSL color Cylindrical-coordinate representation of color #272A58: hue angle of 236.33º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #272A58 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 42 | 88 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.65 |
| HSL | 236.33º | 0.39% | 0.25% | - |
| HSV(B) | 236.33º | 0.56% | 0.35% | - |
| XYZ | 3.43 | 2.79 | 9.59 | - |
| YUV | 46.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 88 | 0.56 | 0.52 | 0 | 0.65 | 236.33 | 0.39 | 0.25 |
| Hex | 27 | 2A | 58 | 38 | 34 | 0 | 41 | EC | 27 | 19 |
| Octal | 47 | 52 | 130 | 70 | 64 | 0 | 101 | 354 | 47 | 31 |
| Binary | 100111 | 101010 | 1011000 | 111000 | 110100 | 0 | 1000001 | 11101100 | 100111 | 11001 |
Color Harmonies of #272A58
Complementary color
Monochromatic Colors of #272A58
Black with #272A58
Text Example
Text Example
White with #272A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A58; }
p { color: rgb(39,42,88); }
H1.HeaderClassName
{
color: #272A58;
}
.AnyTagClassName
{
color: #272A58;
}
</style>
background-color css
<style>
a { background-color: #272A58; }
a { background-color: rgb(39,42,88); }
div.DivClassName
{
background-color: #272A58;
}
.BgClassName
{
background-color: #272A58;
}
</style>
border-color css
<style>
span { border-color: #272A58; }
span { border-color: rgb(39,42,88); }
td.TdClassName
{
border-color: #272A58;
}
.TagClassName
{
border-color: #272A58;
}
</style>