Shades of Paris M #2D226D
Tints of Paris M #2D226D
RGB
CMYK
RGB Variations
Color information
#2D226D (or 0x2D226D) is known color: Paris M. HEX triplet: 2D, 22 and 6D. RGB value is (45,34,109). Sum of RGB (Red+Green+Blue) = 45+34+109=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D226D is #D2DD92. Grayscale: #2D2D2D. Windows color (decimal): -13819283 or 7152173. OLE color: 7152173.
HSL color Cylindrical-coordinate representation of color #2D226D: hue angle of 248.8º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D226D is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 34 | 109 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.57 |
| HSL | 248.8º | 0.52% | 0.28% | - |
| HSV(B) | 248.8º | 0.69% | 0.43% | - |
| XYZ | 4.41 | 2.81 | 14.78 | - |
| YUV | 45.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 109 | 0.59 | 0.69 | 0 | 0.57 | 248.8 | 0.52 | 0.28 |
| Hex | 2D | 22 | 6D | 3B | 45 | 0 | 39 | F9 | 34 | 1C |
| Octal | 55 | 42 | 155 | 73 | 105 | 0 | 71 | 371 | 64 | 34 |
| Binary | 101101 | 100010 | 1101101 | 111011 | 1000101 | 0 | 111001 | 11111001 | 110100 | 11100 |
Color Harmonies of #2D226D
Complementary color
Monochromatic Colors of #2D226D
Black with #2D226D
Text Example
Text Example
White with #2D226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D226D; }
p { color: rgb(45,34,109); }
H1.HeaderClassName
{
color: #2D226D;
}
.AnyTagClassName
{
color: #2D226D;
}
</style>
background-color css
<style>
a { background-color: #2D226D; }
a { background-color: rgb(45,34,109); }
div.DivClassName
{
background-color: #2D226D;
}
.BgClassName
{
background-color: #2D226D;
}
</style>
border-color css
<style>
span { border-color: #2D226D; }
span { border-color: rgb(45,34,109); }
td.TdClassName
{
border-color: #2D226D;
}
.TagClassName
{
border-color: #2D226D;
}
</style>