Shades of Lucky Point #313551
Tints of Lucky Point #313551
RGB
CMYK
RGB Variations
Color information
#313551 (or 0x313551) is known color: Lucky Point. HEX triplet: 31, 35 and 51. RGB value is (49,53,81). Sum of RGB (Red+Green+Blue) = 49+53+81=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 81 - color contains mainly: blue. Hex color #313551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313551 is #CECAAE. Grayscale: #363636. Windows color (decimal): -13552303 or 5322033. OLE color: 5322033.
HSL color Cylindrical-coordinate representation of color #313551: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313551 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 53 | 81 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.68 |
| HSL | 232.5º | 0.25% | 0.25% | - |
| HSV(B) | 232.5º | 0.4% | 0.32% | - |
| XYZ | 4.02 | 3.79 | 8.3 | - |
| YUV | 55 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 81 | 0.40 | 0.35 | 0 | 0.68 | 232.5 | 0.25 | 0.25 |
| Hex | 31 | 35 | 51 | 28 | 23 | 0 | 44 | E8 | 19 | 19 |
| Octal | 61 | 65 | 121 | 50 | 43 | 0 | 104 | 350 | 31 | 31 |
| Binary | 110001 | 110101 | 1010001 | 101000 | 100011 | 0 | 1000100 | 11101000 | 11001 | 11001 |
Color Harmonies of #313551
Complementary color
Monochromatic Colors of #313551
Black with #313551
Text Example
Text Example
White with #313551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313551; }
p { color: rgb(49,53,81); }
H1.HeaderClassName
{
color: #313551;
}
.AnyTagClassName
{
color: #313551;
}
</style>
background-color css
<style>
a { background-color: #313551; }
a { background-color: rgb(49,53,81); }
div.DivClassName
{
background-color: #313551;
}
.BgClassName
{
background-color: #313551;
}
</style>
border-color css
<style>
span { border-color: #313551; }
span { border-color: rgb(49,53,81); }
td.TdClassName
{
border-color: #313551;
}
.TagClassName
{
border-color: #313551;
}
</style>