Shades of Tolopea #2E2747
Tints of Tolopea #2E2747
RGB
CMYK
RGB Variations
Color information
#2E2747 (or 0x2E2747) is known color: Tolopea. HEX triplet: 2E, 27 and 47. RGB value is (46,39,71). Sum of RGB (Red+Green+Blue) = 46+39+71=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2747 is #D1D8B8. Grayscale: #2C2C2C. Windows color (decimal): -13752505 or 4663086. OLE color: 4663086.
HSL color Cylindrical-coordinate representation of color #2E2747: hue angle of 253.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E2747 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 39 | 71 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.72 |
| HSL | 253.13º | 0.29% | 0.22% | - |
| HSV(B) | 253.13º | 0.45% | 0.28% | - |
| XYZ | 2.99 | 2.49 | 6.28 | - |
| YUV | 44.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 71 | 0.35 | 0.45 | 0 | 0.72 | 253.13 | 0.29 | 0.22 |
| Hex | 2E | 27 | 47 | 23 | 2D | 0 | 48 | FD | 1D | 16 |
| Octal | 56 | 47 | 107 | 43 | 55 | 0 | 110 | 375 | 35 | 26 |
| Binary | 101110 | 100111 | 1000111 | 100011 | 101101 | 0 | 1001000 | 11111101 | 11101 | 10110 |
Color Harmonies of #2E2747
Complementary color
Monochromatic Colors of #2E2747
Black with #2E2747
Text Example
Text Example
White with #2E2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2747; }
p { color: rgb(46,39,71); }
H1.HeaderClassName
{
color: #2E2747;
}
.AnyTagClassName
{
color: #2E2747;
}
</style>
background-color css
<style>
a { background-color: #2E2747; }
a { background-color: rgb(46,39,71); }
div.DivClassName
{
background-color: #2E2747;
}
.BgClassName
{
background-color: #2E2747;
}
</style>
border-color css
<style>
span { border-color: #2E2747; }
span { border-color: rgb(46,39,71); }
td.TdClassName
{
border-color: #2E2747;
}
.TagClassName
{
border-color: #2E2747;
}
</style>