Shades of Lucky Point #27294A
Tints of Lucky Point #27294A
RGB
CMYK
RGB Variations
Color information
#27294A (or 0x27294A) is known color: Lucky Point. HEX triplet: 27, 29 and 4A. RGB value is (39,41,74). Sum of RGB (Red+Green+Blue) = 39+41+74=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #27294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294A is #D8D6B5. Grayscale: #2C2C2C. Windows color (decimal): -14210742 or 4860199. OLE color: 4860199.
HSL color Cylindrical-coordinate representation of color #27294A: hue angle of 236.57º 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 #27294A is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 41 | 74 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.71 |
| HSL | 236.57º | 0.31% | 0.22% | - |
| HSV(B) | 236.57º | 0.47% | 0.29% | - |
| XYZ | 2.87 | 2.51 | 6.81 | - |
| YUV | 44.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 74 | 0.47 | 0.45 | 0 | 0.71 | 236.57 | 0.31 | 0.22 |
| Hex | 27 | 29 | 4A | 2F | 2D | 0 | 47 | ED | 1F | 16 |
| Octal | 47 | 51 | 112 | 57 | 55 | 0 | 107 | 355 | 37 | 26 |
| Binary | 100111 | 101001 | 1001010 | 101111 | 101101 | 0 | 1000111 | 11101101 | 11111 | 10110 |
Color Harmonies of #27294A
Complementary color
Monochromatic Colors of #27294A
Black with #27294A
Text Example
Text Example
White with #27294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27294A; }
p { color: rgb(39,41,74); }
H1.HeaderClassName
{
color: #27294A;
}
.AnyTagClassName
{
color: #27294A;
}
</style>
background-color css
<style>
a { background-color: #27294A; }
a { background-color: rgb(39,41,74); }
div.DivClassName
{
background-color: #27294A;
}
.BgClassName
{
background-color: #27294A;
}
</style>
border-color css
<style>
span { border-color: #27294A; }
span { border-color: rgb(39,41,74); }
td.TdClassName
{
border-color: #27294A;
}
.TagClassName
{
border-color: #27294A;
}
</style>