Shades of Lucky Point #27294C
Tints of Lucky Point #27294C
RGB
CMYK
RGB Variations
Color information
#27294C (or 0x27294C) is known color: Lucky Point. HEX triplet: 27, 29 and 4C. RGB value is (39,41,76). Sum of RGB (Red+Green+Blue) = 39+41+76=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #27294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27294C is #D8D6B3. Grayscale: #2C2C2C. Windows color (decimal): -14210740 or 4991271. OLE color: 4991271.
HSL color Cylindrical-coordinate representation of color #27294C: hue angle of 236.76º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27294C is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 41 | 76 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.70 |
| HSL | 236.76º | 0.32% | 0.23% | - |
| HSV(B) | 236.76º | 0.49% | 0.3% | - |
| XYZ | 2.93 | 2.54 | 7.17 | - |
| YUV | 44.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 76 | 0.49 | 0.46 | 0 | 0.70 | 236.76 | 0.32 | 0.23 |
| Hex | 27 | 29 | 4C | 31 | 2E | 0 | 46 | ED | 20 | 17 |
| Octal | 47 | 51 | 114 | 61 | 56 | 0 | 106 | 355 | 40 | 27 |
| Binary | 100111 | 101001 | 1001100 | 110001 | 101110 | 0 | 1000110 | 11101101 | 100000 | 10111 |
Color Harmonies of #27294C
Complementary color
Monochromatic Colors of #27294C
Black with #27294C
Text Example
Text Example
White with #27294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27294C; }
p { color: rgb(39,41,76); }
H1.HeaderClassName
{
color: #27294C;
}
.AnyTagClassName
{
color: #27294C;
}
</style>
background-color css
<style>
a { background-color: #27294C; }
a { background-color: rgb(39,41,76); }
div.DivClassName
{
background-color: #27294C;
}
.BgClassName
{
background-color: #27294C;
}
</style>
border-color css
<style>
span { border-color: #27294C; }
span { border-color: rgb(39,41,76); }
td.TdClassName
{
border-color: #27294C;
}
.TagClassName
{
border-color: #27294C;
}
</style>