Shades of Tolopea #2E2141
Tints of Tolopea #2E2141
RGB
CMYK
RGB Variations
Color information
#2E2141 (or 0x2E2141) is known color: Tolopea. HEX triplet: 2E, 21 and 41. RGB value is (46,33,65). Sum of RGB (Red+Green+Blue) = 46+33+65=144 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.94% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2141 is #D1DEBE. Grayscale: #282828. Windows color (decimal): -13754047 or 4268334. OLE color: 4268334.
HSL color Cylindrical-coordinate representation of color #2E2141: hue angle of 264.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E2141 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 33 | 65 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.75 |
| HSL | 264.38º | 0.33% | 0.19% | - |
| HSV(B) | 264.38º | 0.49% | 0.25% | - |
| XYZ | 2.62 | 2.05 | 5.26 | - |
| YUV | 40.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 65 | 0.29 | 0.49 | 0 | 0.75 | 264.38 | 0.33 | 0.19 |
| Hex | 2E | 21 | 41 | 1D | 31 | 0 | 4B | 108 | 21 | 13 |
| Octal | 56 | 41 | 101 | 35 | 61 | 0 | 113 | 410 | 41 | 23 |
| Binary | 101110 | 100001 | 1000001 | 11101 | 110001 | 0 | 1001011 | 100001000 | 100001 | 10011 |
Color Harmonies of #2E2141
Complementary color
Monochromatic Colors of #2E2141
Black with #2E2141
Text Example
Text Example
White with #2E2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2141; }
p { color: rgb(46,33,65); }
H1.HeaderClassName
{
color: #2E2141;
}
.AnyTagClassName
{
color: #2E2141;
}
</style>
background-color css
<style>
a { background-color: #2E2141; }
a { background-color: rgb(46,33,65); }
div.DivClassName
{
background-color: #2E2141;
}
.BgClassName
{
background-color: #2E2141;
}
</style>
border-color css
<style>
span { border-color: #2E2141; }
span { border-color: rgb(46,33,65); }
td.TdClassName
{
border-color: #2E2141;
}
.TagClassName
{
border-color: #2E2141;
}
</style>