Shades of Tolopea #2E2540
Tints of Tolopea #2E2540
RGB
CMYK
RGB Variations
Color information
#2E2540 (or 0x2E2540) is known color: Tolopea. HEX triplet: 2E, 25 and 40. RGB value is (46,37,64). Sum of RGB (Red+Green+Blue) = 46+37+64=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2540 is #D1DABF. Grayscale: #2A2A2A. Windows color (decimal): -13753024 or 4203822. OLE color: 4203822.
HSL color Cylindrical-coordinate representation of color #2E2540: hue angle of 260º 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 #2E2540 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 37 | 64 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.75 |
| HSL | 260º | 0.27% | 0.2% | - |
| HSV(B) | 260º | 0.42% | 0.25% | - |
| XYZ | 2.71 | 2.27 | 5.15 | - |
| YUV | 42.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 64 | 0.28 | 0.42 | 0 | 0.75 | 260 | 0.27 | 0.2 |
| Hex | 2E | 25 | 40 | 1C | 2A | 0 | 4B | 104 | 1B | 14 |
| Octal | 56 | 45 | 100 | 34 | 52 | 0 | 113 | 404 | 33 | 24 |
| Binary | 101110 | 100101 | 1000000 | 11100 | 101010 | 0 | 1001011 | 100000100 | 11011 | 10100 |
Color Harmonies of #2E2540
Complementary color
Monochromatic Colors of #2E2540
Black with #2E2540
Text Example
Text Example
White with #2E2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2540; }
p { color: rgb(46,37,64); }
H1.HeaderClassName
{
color: #2E2540;
}
.AnyTagClassName
{
color: #2E2540;
}
</style>
background-color css
<style>
a { background-color: #2E2540; }
a { background-color: rgb(46,37,64); }
div.DivClassName
{
background-color: #2E2540;
}
.BgClassName
{
background-color: #2E2540;
}
</style>
border-color css
<style>
span { border-color: #2E2540; }
span { border-color: rgb(46,37,64); }
td.TdClassName
{
border-color: #2E2540;
}
.TagClassName
{
border-color: #2E2540;
}
</style>