Shades of Lucky Point #313153
Tints of Lucky Point #313153
RGB
CMYK
RGB Variations
Color information
#313153 (or 0x313153) is known color: Lucky Point. HEX triplet: 31, 31 and 53. RGB value is (49,49,83). Sum of RGB (Red+Green+Blue) = 49+49+83=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #313153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313153 is #CECEAC. Grayscale: #343434. Windows color (decimal): -13553325 or 5452081. OLE color: 5452081.
HSL color Cylindrical-coordinate representation of color #313153: hue angle of 240º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313153 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 49 | 83 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.67 |
| HSL | 240º | 0.26% | 0.26% | - |
| HSV(B) | 240º | 0.41% | 0.33% | - |
| XYZ | 3.93 | 3.47 | 8.65 | - |
| YUV | 52.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 83 | 0.41 | 0.41 | 0 | 0.67 | 240 | 0.26 | 0.26 |
| Hex | 31 | 31 | 53 | 29 | 29 | 0 | 43 | F0 | 1A | 1A |
| Octal | 61 | 61 | 123 | 51 | 51 | 0 | 103 | 360 | 32 | 32 |
| Binary | 110001 | 110001 | 1010011 | 101001 | 101001 | 0 | 1000011 | 11110000 | 11010 | 11010 |
Color Harmonies of #313153
Complementary color
Monochromatic Colors of #313153
Black with #313153
Text Example
Text Example
White with #313153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313153; }
p { color: rgb(49,49,83); }
H1.HeaderClassName
{
color: #313153;
}
.AnyTagClassName
{
color: #313153;
}
</style>
background-color css
<style>
a { background-color: #313153; }
a { background-color: rgb(49,49,83); }
div.DivClassName
{
background-color: #313153;
}
.BgClassName
{
background-color: #313153;
}
</style>
border-color css
<style>
span { border-color: #313153; }
span { border-color: rgb(49,49,83); }
td.TdClassName
{
border-color: #313153;
}
.TagClassName
{
border-color: #313153;
}
</style>