Shades of Paris M #33296D
Tints of Paris M #33296D
RGB
CMYK
RGB Variations
Color information
#33296D (or 0x33296D) is known color: Paris M. HEX triplet: 33, 29 and 6D. RGB value is (51,41,109). Sum of RGB (Red+Green+Blue) = 51+41+109=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #33296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33296D is #CCD692. Grayscale: #333333. Windows color (decimal): -13424275 or 7153971. OLE color: 7153971.
HSL color Cylindrical-coordinate representation of color #33296D: hue angle of 248.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33296D is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 51 | 41 | 109 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.57 |
| HSL | 248.82º | 0.45% | 0.29% | - |
| HSV(B) | 248.82º | 0.62% | 0.43% | - |
| XYZ | 4.92 | 3.39 | 14.86 | - |
| YUV | 51.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 109 | 0.53 | 0.62 | 0 | 0.57 | 248.82 | 0.45 | 0.29 |
| Hex | 33 | 29 | 6D | 35 | 3E | 0 | 39 | F9 | 2D | 1D |
| Octal | 63 | 51 | 155 | 65 | 76 | 0 | 71 | 371 | 55 | 35 |
| Binary | 110011 | 101001 | 1101101 | 110101 | 111110 | 0 | 111001 | 11111001 | 101101 | 11101 |
Color Harmonies of #33296D
Complementary color
Monochromatic Colors of #33296D
Black with #33296D
Text Example
Text Example
White with #33296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33296D; }
p { color: rgb(51,41,109); }
H1.HeaderClassName
{
color: #33296D;
}
.AnyTagClassName
{
color: #33296D;
}
</style>
background-color css
<style>
a { background-color: #33296D; }
a { background-color: rgb(51,41,109); }
div.DivClassName
{
background-color: #33296D;
}
.BgClassName
{
background-color: #33296D;
}
</style>
border-color css
<style>
span { border-color: #33296D; }
span { border-color: rgb(51,41,109); }
td.TdClassName
{
border-color: #33296D;
}
.TagClassName
{
border-color: #33296D;
}
</style>