Shades of Tolopea #332641
Tints of Tolopea #332641
RGB
CMYK
RGB Variations
Color information
#332641 (or 0x332641) is known color: Tolopea. HEX triplet: 33, 26 and 41. RGB value is (51,38,65). Sum of RGB (Red+Green+Blue) = 51+38+65=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #332641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332641 is #CCD9BE. Grayscale: #2C2C2C. Windows color (decimal): -13425087 or 4269619. OLE color: 4269619.
HSL color Cylindrical-coordinate representation of color #332641: hue angle of 268.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 #332641 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 38 | 65 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.75 |
| HSL | 268.89º | 0.26% | 0.2% | - |
| HSV(B) | 268.89º | 0.42% | 0.25% | - |
| XYZ | 3.01 | 2.47 | 5.32 | - |
| YUV | 44.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 65 | 0.22 | 0.42 | 0 | 0.75 | 268.89 | 0.26 | 0.2 |
| Hex | 33 | 26 | 41 | 16 | 2A | 0 | 4B | 10D | 1A | 14 |
| Octal | 63 | 46 | 101 | 26 | 52 | 0 | 113 | 415 | 32 | 24 |
| Binary | 110011 | 100110 | 1000001 | 10110 | 101010 | 0 | 1001011 | 100001101 | 11010 | 10100 |
Color Harmonies of #332641
Complementary color
Monochromatic Colors of #332641
Black with #332641
Text Example
Text Example
White with #332641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332641; }
p { color: rgb(51,38,65); }
H1.HeaderClassName
{
color: #332641;
}
.AnyTagClassName
{
color: #332641;
}
</style>
background-color css
<style>
a { background-color: #332641; }
a { background-color: rgb(51,38,65); }
div.DivClassName
{
background-color: #332641;
}
.BgClassName
{
background-color: #332641;
}
</style>
border-color css
<style>
span { border-color: #332641; }
span { border-color: rgb(51,38,65); }
td.TdClassName
{
border-color: #332641;
}
.TagClassName
{
border-color: #332641;
}
</style>