Shades of Tolopea #291D42
Tints of Tolopea #291D42
RGB
CMYK
RGB Variations
Color information
#291D42 (or 0x291D42) is known color: Tolopea. HEX triplet: 29, 1D and 42. RGB value is (41,29,66). Sum of RGB (Red+Green+Blue) = 41+29+66=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #291D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D42 is #D6E2BD. Grayscale: #242424. Windows color (decimal): -14082750 or 4332841. OLE color: 4332841.
HSL color Cylindrical-coordinate representation of color #291D42: hue angle of 259.46º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291D42 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 29 | 66 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.74 |
| HSL | 259.46º | 0.39% | 0.19% | - |
| HSV(B) | 259.46º | 0.56% | 0.26% | - |
| XYZ | 2.34 | 1.74 | 5.37 | - |
| YUV | 36.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 66 | 0.38 | 0.56 | 0 | 0.74 | 259.46 | 0.39 | 0.19 |
| Hex | 29 | 1D | 42 | 26 | 38 | 0 | 4A | 103 | 27 | 13 |
| Octal | 51 | 35 | 102 | 46 | 70 | 0 | 112 | 403 | 47 | 23 |
| Binary | 101001 | 11101 | 1000010 | 100110 | 111000 | 0 | 1001010 | 100000011 | 100111 | 10011 |
Color Harmonies of #291D42
Complementary color
Monochromatic Colors of #291D42
Black with #291D42
Text Example
Text Example
White with #291D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D42; }
p { color: rgb(41,29,66); }
H1.HeaderClassName
{
color: #291D42;
}
.AnyTagClassName
{
color: #291D42;
}
</style>
background-color css
<style>
a { background-color: #291D42; }
a { background-color: rgb(41,29,66); }
div.DivClassName
{
background-color: #291D42;
}
.BgClassName
{
background-color: #291D42;
}
</style>
border-color css
<style>
span { border-color: #291D42; }
span { border-color: rgb(41,29,66); }
td.TdClassName
{
border-color: #291D42;
}
.TagClassName
{
border-color: #291D42;
}
</style>