Shades of Lucky Point #272B58
Tints of Lucky Point #272B58
RGB
CMYK
RGB Variations
Color information
#272B58 (or 0x272B58) is known color: Lucky Point. HEX triplet: 27, 2B and 58. RGB value is (39,43,88). Sum of RGB (Red+Green+Blue) = 39+43+88=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #272B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272B58 is #D8D4A7. Grayscale: #2E2E2E. Windows color (decimal): -14210216 or 5778215. OLE color: 5778215.
HSL color Cylindrical-coordinate representation of color #272B58: hue angle of 235.1º 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 #272B58 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 43 | 88 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.65 |
| HSL | 235.1º | 0.39% | 0.25% | - |
| HSV(B) | 235.1º | 0.56% | 0.35% | - |
| XYZ | 3.46 | 2.86 | 9.6 | - |
| YUV | 46.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 88 | 0.56 | 0.51 | 0 | 0.65 | 235.1 | 0.39 | 0.25 |
| Hex | 27 | 2B | 58 | 38 | 33 | 0 | 41 | EB | 27 | 19 |
| Octal | 47 | 53 | 130 | 70 | 63 | 0 | 101 | 353 | 47 | 31 |
| Binary | 100111 | 101011 | 1011000 | 111000 | 110011 | 0 | 1000001 | 11101011 | 100111 | 11001 |
Color Harmonies of #272B58
Complementary color
Monochromatic Colors of #272B58
Black with #272B58
Text Example
Text Example
White with #272B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B58; }
p { color: rgb(39,43,88); }
H1.HeaderClassName
{
color: #272B58;
}
.AnyTagClassName
{
color: #272B58;
}
</style>
background-color css
<style>
a { background-color: #272B58; }
a { background-color: rgb(39,43,88); }
div.DivClassName
{
background-color: #272B58;
}
.BgClassName
{
background-color: #272B58;
}
</style>
border-color css
<style>
span { border-color: #272B58; }
span { border-color: rgb(39,43,88); }
td.TdClassName
{
border-color: #272B58;
}
.TagClassName
{
border-color: #272B58;
}
</style>