Shades of Lucky Point #31324E
Tints of Lucky Point #31324E
RGB
CMYK
RGB Variations
Color information
#31324E (or 0x31324E) is known color: Lucky Point. HEX triplet: 31, 32 and 4E. RGB value is (49,50,78). Sum of RGB (Red+Green+Blue) = 49+50+78=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #31324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31324E is #CECDB1. Grayscale: #343434. Windows color (decimal): -13553074 or 5124657. OLE color: 5124657.
HSL color Cylindrical-coordinate representation of color #31324E: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31324E is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 50 | 78 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.69 |
| HSL | 237.93º | 0.23% | 0.25% | - |
| HSV(B) | 237.93º | 0.37% | 0.31% | - |
| XYZ | 3.78 | 3.48 | 7.68 | - |
| YUV | 52.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 78 | 0.37 | 0.36 | 0 | 0.69 | 237.93 | 0.23 | 0.25 |
| Hex | 31 | 32 | 4E | 25 | 24 | 0 | 45 | EE | 17 | 19 |
| Octal | 61 | 62 | 116 | 45 | 44 | 0 | 105 | 356 | 27 | 31 |
| Binary | 110001 | 110010 | 1001110 | 100101 | 100100 | 0 | 1000101 | 11101110 | 10111 | 11001 |
Color Harmonies of #31324E
Complementary color
Monochromatic Colors of #31324E
Black with #31324E
Text Example
Text Example
White with #31324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31324E; }
p { color: rgb(49,50,78); }
H1.HeaderClassName
{
color: #31324E;
}
.AnyTagClassName
{
color: #31324E;
}
</style>
background-color css
<style>
a { background-color: #31324E; }
a { background-color: rgb(49,50,78); }
div.DivClassName
{
background-color: #31324E;
}
.BgClassName
{
background-color: #31324E;
}
</style>
border-color css
<style>
span { border-color: #31324E; }
span { border-color: rgb(49,50,78); }
td.TdClassName
{
border-color: #31324E;
}
.TagClassName
{
border-color: #31324E;
}
</style>