Shades of Lucky Point #272A4A
Tints of Lucky Point #272A4A
RGB
CMYK
RGB Variations
Color information
#272A4A (or 0x272A4A) is known color: Lucky Point. HEX triplet: 27, 2A and 4A. RGB value is (39,42,74). Sum of RGB (Red+Green+Blue) = 39+42+74=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #272A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A4A is #D8D5B5. Grayscale: #2C2C2C. Windows color (decimal): -14210486 or 4860455. OLE color: 4860455.
HSL color Cylindrical-coordinate representation of color #272A4A: hue angle of 234.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #272A4A is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 42 | 74 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.71 |
| HSL | 234.86º | 0.31% | 0.22% | - |
| HSV(B) | 234.86º | 0.47% | 0.29% | - |
| XYZ | 2.9 | 2.58 | 6.82 | - |
| YUV | 44.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 74 | 0.47 | 0.43 | 0 | 0.71 | 234.86 | 0.31 | 0.22 |
| Hex | 27 | 2A | 4A | 2F | 2B | 0 | 47 | EB | 1F | 16 |
| Octal | 47 | 52 | 112 | 57 | 53 | 0 | 107 | 353 | 37 | 26 |
| Binary | 100111 | 101010 | 1001010 | 101111 | 101011 | 0 | 1000111 | 11101011 | 11111 | 10110 |
Color Harmonies of #272A4A
Complementary color
Monochromatic Colors of #272A4A
Black with #272A4A
Text Example
Text Example
White with #272A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A4A; }
p { color: rgb(39,42,74); }
H1.HeaderClassName
{
color: #272A4A;
}
.AnyTagClassName
{
color: #272A4A;
}
</style>
background-color css
<style>
a { background-color: #272A4A; }
a { background-color: rgb(39,42,74); }
div.DivClassName
{
background-color: #272A4A;
}
.BgClassName
{
background-color: #272A4A;
}
</style>
border-color css
<style>
span { border-color: #272A4A; }
span { border-color: rgb(39,42,74); }
td.TdClassName
{
border-color: #272A4A;
}
.TagClassName
{
border-color: #272A4A;
}
</style>