Shades of Tolopea #312945
Tints of Tolopea #312945
RGB
CMYK
RGB Variations
Color information
#312945 (or 0x312945) is known color: Tolopea. HEX triplet: 31, 29 and 45. RGB value is (49,41,69). Sum of RGB (Red+Green+Blue) = 49+41+69=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #312945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312945 is #CED6BA. Grayscale: #2E2E2E. Windows color (decimal): -13555387 or 4532529. OLE color: 4532529.
HSL color Cylindrical-coordinate representation of color #312945: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #312945 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 41 | 69 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.73 |
| HSL | 257.14º | 0.25% | 0.22% | - |
| HSV(B) | 257.14º | 0.41% | 0.27% | - |
| XYZ | 3.13 | 2.67 | 5.98 | - |
| YUV | 46.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 69 | 0.29 | 0.41 | 0 | 0.73 | 257.14 | 0.25 | 0.22 |
| Hex | 31 | 29 | 45 | 1D | 29 | 0 | 49 | 101 | 19 | 16 |
| Octal | 61 | 51 | 105 | 35 | 51 | 0 | 111 | 401 | 31 | 26 |
| Binary | 110001 | 101001 | 1000101 | 11101 | 101001 | 0 | 1001001 | 100000001 | 11001 | 10110 |
Color Harmonies of #312945
Complementary color
Monochromatic Colors of #312945
Black with #312945
Text Example
Text Example
White with #312945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312945; }
p { color: rgb(49,41,69); }
H1.HeaderClassName
{
color: #312945;
}
.AnyTagClassName
{
color: #312945;
}
</style>
background-color css
<style>
a { background-color: #312945; }
a { background-color: rgb(49,41,69); }
div.DivClassName
{
background-color: #312945;
}
.BgClassName
{
background-color: #312945;
}
</style>
border-color css
<style>
span { border-color: #312945; }
span { border-color: rgb(49,41,69); }
td.TdClassName
{
border-color: #312945;
}
.TagClassName
{
border-color: #312945;
}
</style>