Shades of Paris M #29246B
Tints of Paris M #29246B
RGB
CMYK
RGB Variations
Color information
#29246B (or 0x29246B) is known color: Paris M. HEX triplet: 29, 24 and 6B. RGB value is (41,36,107). Sum of RGB (Red+Green+Blue) = 41+36+107=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #29246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29246B is #D6DB94. Grayscale: #2D2D2D. Windows color (decimal): -14080917 or 7021609. OLE color: 7021609.
HSL color Cylindrical-coordinate representation of color #29246B: hue angle of 244.23º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29246B is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 36 | 107 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.58 |
| HSL | 244.23º | 0.5% | 0.28% | - |
| HSV(B) | 244.23º | 0.66% | 0.42% | - |
| XYZ | 4.2 | 2.79 | 14.23 | - |
| YUV | 45.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 107 | 0.62 | 0.66 | 0 | 0.58 | 244.23 | 0.5 | 0.28 |
| Hex | 29 | 24 | 6B | 3E | 42 | 0 | 3A | F4 | 32 | 1C |
| Octal | 51 | 44 | 153 | 76 | 102 | 0 | 72 | 364 | 62 | 34 |
| Binary | 101001 | 100100 | 1101011 | 111110 | 1000010 | 0 | 111010 | 11110100 | 110010 | 11100 |
Color Harmonies of #29246B
Complementary color
Monochromatic Colors of #29246B
Black with #29246B
Text Example
Text Example
White with #29246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29246B; }
p { color: rgb(41,36,107); }
H1.HeaderClassName
{
color: #29246B;
}
.AnyTagClassName
{
color: #29246B;
}
</style>
background-color css
<style>
a { background-color: #29246B; }
a { background-color: rgb(41,36,107); }
div.DivClassName
{
background-color: #29246B;
}
.BgClassName
{
background-color: #29246B;
}
</style>
border-color css
<style>
span { border-color: #29246B; }
span { border-color: rgb(41,36,107); }
td.TdClassName
{
border-color: #29246B;
}
.TagClassName
{
border-color: #29246B;
}
</style>