Shades of Tolopea #312946
Tints of Tolopea #312946
RGB
CMYK
RGB Variations
Color information
#312946 (or 0x312946) is known color: Tolopea. HEX triplet: 31, 29 and 46. RGB value is (49,41,70). Sum of RGB (Red+Green+Blue) = 49+41+70=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #312946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312946 is #CED6B9. Grayscale: #2E2E2E. Windows color (decimal): -13555386 or 4598065. OLE color: 4598065.
HSL color Cylindrical-coordinate representation of color #312946: hue angle of 256.55º degrees, saturation: 0.26, 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 #312946 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 41 | 70 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.73 |
| HSL | 256.55º | 0.26% | 0.22% | - |
| HSV(B) | 256.55º | 0.41% | 0.27% | - |
| XYZ | 3.17 | 2.68 | 6.15 | - |
| YUV | 46.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 70 | 0.30 | 0.41 | 0 | 0.73 | 256.55 | 0.26 | 0.22 |
| Hex | 31 | 29 | 46 | 1E | 29 | 0 | 49 | 101 | 1A | 16 |
| Octal | 61 | 51 | 106 | 36 | 51 | 0 | 111 | 401 | 32 | 26 |
| Binary | 110001 | 101001 | 1000110 | 11110 | 101001 | 0 | 1001001 | 100000001 | 11010 | 10110 |
Color Harmonies of #312946
Complementary color
Monochromatic Colors of #312946
Black with #312946
Text Example
Text Example
White with #312946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312946; }
p { color: rgb(49,41,70); }
H1.HeaderClassName
{
color: #312946;
}
.AnyTagClassName
{
color: #312946;
}
</style>
background-color css
<style>
a { background-color: #312946; }
a { background-color: rgb(49,41,70); }
div.DivClassName
{
background-color: #312946;
}
.BgClassName
{
background-color: #312946;
}
</style>
border-color css
<style>
span { border-color: #312946; }
span { border-color: rgb(49,41,70); }
td.TdClassName
{
border-color: #312946;
}
.TagClassName
{
border-color: #312946;
}
</style>