Shades of Paris M #29226B
Tints of Paris M #29226B
RGB
CMYK
RGB Variations
Color information
#29226B (or 0x29226B) is known color: Paris M. HEX triplet: 29, 22 and 6B. RGB value is (41,34,107). Sum of RGB (Red+Green+Blue) = 41+34+107=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #29226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29226B is #D6DD94. Grayscale: #2C2C2C. Windows color (decimal): -14081429 or 7021097. OLE color: 7021097.
HSL color Cylindrical-coordinate representation of color #29226B: hue angle of 245.75º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29226B is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 34 | 107 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.58 |
| HSL | 245.75º | 0.52% | 0.28% | - |
| HSV(B) | 245.75º | 0.68% | 0.42% | - |
| XYZ | 4.14 | 2.68 | 14.21 | - |
| YUV | 44.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 107 | 0.62 | 0.68 | 0 | 0.58 | 245.75 | 0.52 | 0.28 |
| Hex | 29 | 22 | 6B | 3E | 44 | 0 | 3A | F6 | 34 | 1C |
| Octal | 51 | 42 | 153 | 76 | 104 | 0 | 72 | 366 | 64 | 34 |
| Binary | 101001 | 100010 | 1101011 | 111110 | 1000100 | 0 | 111010 | 11110110 | 110100 | 11100 |
Color Harmonies of #29226B
Complementary color
Monochromatic Colors of #29226B
Black with #29226B
Text Example
Text Example
White with #29226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29226B; }
p { color: rgb(41,34,107); }
H1.HeaderClassName
{
color: #29226B;
}
.AnyTagClassName
{
color: #29226B;
}
</style>
background-color css
<style>
a { background-color: #29226B; }
a { background-color: rgb(41,34,107); }
div.DivClassName
{
background-color: #29226B;
}
.BgClassName
{
background-color: #29226B;
}
</style>
border-color css
<style>
span { border-color: #29226B; }
span { border-color: rgb(41,34,107); }
td.TdClassName
{
border-color: #29226B;
}
.TagClassName
{
border-color: #29226B;
}
</style>