Shades of Tolopea #312540
Tints of Tolopea #312540
RGB
CMYK
RGB Variations
Color information
#312540 (or 0x312540) is known color: Tolopea. HEX triplet: 31, 25 and 40. RGB value is (49,37,64). Sum of RGB (Red+Green+Blue) = 49+37+64=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #312540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312540 is #CEDABF. Grayscale: #2B2B2B. Windows color (decimal): -13556416 or 4203825. OLE color: 4203825.
HSL color Cylindrical-coordinate representation of color #312540: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312540 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 37 | 64 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.75 |
| HSL | 266.67º | 0.27% | 0.2% | - |
| HSV(B) | 266.67º | 0.42% | 0.25% | - |
| XYZ | 2.85 | 2.35 | 5.15 | - |
| YUV | 43.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 64 | 0.23 | 0.42 | 0 | 0.75 | 266.67 | 0.27 | 0.2 |
| Hex | 31 | 25 | 40 | 17 | 2A | 0 | 4B | 10B | 1B | 14 |
| Octal | 61 | 45 | 100 | 27 | 52 | 0 | 113 | 413 | 33 | 24 |
| Binary | 110001 | 100101 | 1000000 | 10111 | 101010 | 0 | 1001011 | 100001011 | 11011 | 10100 |
Color Harmonies of #312540
Complementary color
Monochromatic Colors of #312540
Black with #312540
Text Example
Text Example
White with #312540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312540; }
p { color: rgb(49,37,64); }
H1.HeaderClassName
{
color: #312540;
}
.AnyTagClassName
{
color: #312540;
}
</style>
background-color css
<style>
a { background-color: #312540; }
a { background-color: rgb(49,37,64); }
div.DivClassName
{
background-color: #312540;
}
.BgClassName
{
background-color: #312540;
}
</style>
border-color css
<style>
span { border-color: #312540; }
span { border-color: rgb(49,37,64); }
td.TdClassName
{
border-color: #312540;
}
.TagClassName
{
border-color: #312540;
}
</style>