Shades of Tolopea #2A2641
Tints of Tolopea #2A2641
RGB
CMYK
RGB Variations
Color information
#2A2641 (or 0x2A2641) is known color: Tolopea. HEX triplet: 2A, 26 and 41. RGB value is (42,38,65). Sum of RGB (Red+Green+Blue) = 42+38+65=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #2A2641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2641 is #D5D9BE. Grayscale: #2A2A2A. Windows color (decimal): -14014911 or 4269610. OLE color: 4269610.
HSL color Cylindrical-coordinate representation of color #2A2641: hue angle of 248.89º degrees, saturation: 0.26, 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 #2A2641 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 38 | 65 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.75 |
| HSL | 248.89º | 0.26% | 0.2% | - |
| HSV(B) | 248.89º | 0.42% | 0.25% | - |
| XYZ | 2.6 | 2.26 | 5.3 | - |
| YUV | 42.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 65 | 0.35 | 0.42 | 0 | 0.75 | 248.89 | 0.26 | 0.2 |
| Hex | 2A | 26 | 41 | 23 | 2A | 0 | 4B | F9 | 1A | 14 |
| Octal | 52 | 46 | 101 | 43 | 52 | 0 | 113 | 371 | 32 | 24 |
| Binary | 101010 | 100110 | 1000001 | 100011 | 101010 | 0 | 1001011 | 11111001 | 11010 | 10100 |
Color Harmonies of #2A2641
Complementary color
Monochromatic Colors of #2A2641
Black with #2A2641
Text Example
Text Example
White with #2A2641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2641; }
p { color: rgb(42,38,65); }
H1.HeaderClassName
{
color: #2A2641;
}
.AnyTagClassName
{
color: #2A2641;
}
</style>
background-color css
<style>
a { background-color: #2A2641; }
a { background-color: rgb(42,38,65); }
div.DivClassName
{
background-color: #2A2641;
}
.BgClassName
{
background-color: #2A2641;
}
</style>
border-color css
<style>
span { border-color: #2A2641; }
span { border-color: rgb(42,38,65); }
td.TdClassName
{
border-color: #2A2641;
}
.TagClassName
{
border-color: #2A2641;
}
</style>