Shades of Tolopea #2C2441
Tints of Tolopea #2C2441
RGB
CMYK
RGB Variations
Color information
#2C2441 (or 0x2C2441) is known color: Tolopea. HEX triplet: 2C, 24 and 41. RGB value is (44,36,65). Sum of RGB (Red+Green+Blue) = 44+36+65=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 36 (14.45% from 255 or 24.83% 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 #2C2441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2441 is #D3DBBE. Grayscale: #292929. Windows color (decimal): -13884351 or 4269100. OLE color: 4269100.
HSL color Cylindrical-coordinate representation of color #2C2441: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C2441 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 36 | 65 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.75 |
| HSL | 256.55º | 0.29% | 0.2% | - |
| HSV(B) | 256.55º | 0.45% | 0.25% | - |
| XYZ | 2.62 | 2.18 | 5.28 | - |
| YUV | 41.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 65 | 0.32 | 0.45 | 0 | 0.75 | 256.55 | 0.29 | 0.2 |
| Hex | 2C | 24 | 41 | 20 | 2D | 0 | 4B | 101 | 1D | 14 |
| Octal | 54 | 44 | 101 | 40 | 55 | 0 | 113 | 401 | 35 | 24 |
| Binary | 101100 | 100100 | 1000001 | 100000 | 101101 | 0 | 1001011 | 100000001 | 11101 | 10100 |
Color Harmonies of #2C2441
Complementary color
Monochromatic Colors of #2C2441
Black with #2C2441
Text Example
Text Example
White with #2C2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2441; }
p { color: rgb(44,36,65); }
H1.HeaderClassName
{
color: #2C2441;
}
.AnyTagClassName
{
color: #2C2441;
}
</style>
background-color css
<style>
a { background-color: #2C2441; }
a { background-color: rgb(44,36,65); }
div.DivClassName
{
background-color: #2C2441;
}
.BgClassName
{
background-color: #2C2441;
}
</style>
border-color css
<style>
span { border-color: #2C2441; }
span { border-color: rgb(44,36,65); }
td.TdClassName
{
border-color: #2C2441;
}
.TagClassName
{
border-color: #2C2441;
}
</style>