Shades of Paris M #2D225B
Tints of Paris M #2D225B
RGB
CMYK
RGB Variations
Color information
#2D225B (or 0x2D225B) is known color: Paris M. HEX triplet: 2D, 22 and 5B. RGB value is (45,34,91). Sum of RGB (Red+Green+Blue) = 45+34+91=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D225B is #D2DDA4. Grayscale: #2B2B2B. Windows color (decimal): -13819301 or 5972525. OLE color: 5972525.
HSL color Cylindrical-coordinate representation of color #2D225B: hue angle of 251.58º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D225B is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 34 | 91 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.64 |
| HSL | 251.58º | 0.46% | 0.25% | - |
| HSV(B) | 251.58º | 0.63% | 0.36% | - |
| XYZ | 3.54 | 2.46 | 10.19 | - |
| YUV | 43.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 91 | 0.51 | 0.63 | 0 | 0.64 | 251.58 | 0.46 | 0.25 |
| Hex | 2D | 22 | 5B | 33 | 3F | 0 | 40 | FC | 2E | 19 |
| Octal | 55 | 42 | 133 | 63 | 77 | 0 | 100 | 374 | 56 | 31 |
| Binary | 101101 | 100010 | 1011011 | 110011 | 111111 | 0 | 1000000 | 11111100 | 101110 | 11001 |
Color Harmonies of #2D225B
Complementary color
Monochromatic Colors of #2D225B
Black with #2D225B
Text Example
Text Example
White with #2D225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D225B; }
p { color: rgb(45,34,91); }
H1.HeaderClassName
{
color: #2D225B;
}
.AnyTagClassName
{
color: #2D225B;
}
</style>
background-color css
<style>
a { background-color: #2D225B; }
a { background-color: rgb(45,34,91); }
div.DivClassName
{
background-color: #2D225B;
}
.BgClassName
{
background-color: #2D225B;
}
</style>
border-color css
<style>
span { border-color: #2D225B; }
span { border-color: rgb(45,34,91); }
td.TdClassName
{
border-color: #2D225B;
}
.TagClassName
{
border-color: #2D225B;
}
</style>