Shades of Tolopea #2E2741
Tints of Tolopea #2E2741
RGB
CMYK
RGB Variations
Color information
#2E2741 (or 0x2E2741) is known color: Tolopea. HEX triplet: 2E, 27 and 41. RGB value is (46,39,65). Sum of RGB (Red+Green+Blue) = 46+39+65=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2741 is #D1D8BE. Grayscale: #2B2B2B. Windows color (decimal): -13752511 or 4269870. OLE color: 4269870.
HSL color Cylindrical-coordinate representation of color #2E2741: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E2741 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 39 | 65 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.75 |
| HSL | 256.15º | 0.25% | 0.2% | - |
| HSV(B) | 256.15º | 0.4% | 0.25% | - |
| XYZ | 2.81 | 2.41 | 5.32 | - |
| YUV | 44.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 65 | 0.29 | 0.40 | 0 | 0.75 | 256.15 | 0.25 | 0.2 |
| Hex | 2E | 27 | 41 | 1D | 28 | 0 | 4B | 100 | 19 | 14 |
| Octal | 56 | 47 | 101 | 35 | 50 | 0 | 113 | 400 | 31 | 24 |
| Binary | 101110 | 100111 | 1000001 | 11101 | 101000 | 0 | 1001011 | 100000000 | 11001 | 10100 |
Color Harmonies of #2E2741
Complementary color
Monochromatic Colors of #2E2741
Black with #2E2741
Text Example
Text Example
White with #2E2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2741; }
p { color: rgb(46,39,65); }
H1.HeaderClassName
{
color: #2E2741;
}
.AnyTagClassName
{
color: #2E2741;
}
</style>
background-color css
<style>
a { background-color: #2E2741; }
a { background-color: rgb(46,39,65); }
div.DivClassName
{
background-color: #2E2741;
}
.BgClassName
{
background-color: #2E2741;
}
</style>
border-color css
<style>
span { border-color: #2E2741; }
span { border-color: rgb(46,39,65); }
td.TdClassName
{
border-color: #2E2741;
}
.TagClassName
{
border-color: #2E2741;
}
</style>