Shades of Tolopea #312542
Tints of Tolopea #312542
RGB
CMYK
RGB Variations
Color information
#312542 (or 0x312542) is known color: Tolopea. HEX triplet: 31, 25 and 42. RGB value is (49,37,66). Sum of RGB (Red+Green+Blue) = 49+37+66=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #312542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312542 is #CEDABD. Grayscale: #2B2B2B. Windows color (decimal): -13556414 or 4334897. OLE color: 4334897.
HSL color Cylindrical-coordinate representation of color #312542: hue angle of 264.83º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #312542 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 37 | 66 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.74 |
| HSL | 264.83º | 0.28% | 0.2% | - |
| HSV(B) | 264.83º | 0.44% | 0.26% | - |
| XYZ | 2.91 | 2.37 | 5.46 | - |
| YUV | 43.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 66 | 0.26 | 0.44 | 0 | 0.74 | 264.83 | 0.28 | 0.2 |
| Hex | 31 | 25 | 42 | 1A | 2C | 0 | 4A | 109 | 1C | 14 |
| Octal | 61 | 45 | 102 | 32 | 54 | 0 | 112 | 411 | 34 | 24 |
| Binary | 110001 | 100101 | 1000010 | 11010 | 101100 | 0 | 1001010 | 100001001 | 11100 | 10100 |
Color Harmonies of #312542
Complementary color
Monochromatic Colors of #312542
Black with #312542
Text Example
Text Example
White with #312542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312542; }
p { color: rgb(49,37,66); }
H1.HeaderClassName
{
color: #312542;
}
.AnyTagClassName
{
color: #312542;
}
</style>
background-color css
<style>
a { background-color: #312542; }
a { background-color: rgb(49,37,66); }
div.DivClassName
{
background-color: #312542;
}
.BgClassName
{
background-color: #312542;
}
</style>
border-color css
<style>
span { border-color: #312542; }
span { border-color: rgb(49,37,66); }
td.TdClassName
{
border-color: #312542;
}
.TagClassName
{
border-color: #312542;
}
</style>