Shades of Paris M #2D225F
Tints of Paris M #2D225F
RGB
CMYK
RGB Variations
Color information
#2D225F (or 0x2D225F) is known color: Paris M. HEX triplet: 2D, 22 and 5F. RGB value is (45,34,95). Sum of RGB (Red+Green+Blue) = 45+34+95=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D225F is #D2DDA0. Grayscale: #2C2C2C. Windows color (decimal): -13819297 or 6234669. OLE color: 6234669.
HSL color Cylindrical-coordinate representation of color #2D225F: hue angle of 250.82º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D225F is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 45 | 34 | 95 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.63 |
| HSL | 250.82º | 0.47% | 0.25% | - |
| HSV(B) | 250.82º | 0.64% | 0.37% | - |
| XYZ | 3.72 | 2.53 | 11.12 | - |
| YUV | 44.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 95 | 0.53 | 0.64 | 0 | 0.63 | 250.82 | 0.47 | 0.25 |
| Hex | 2D | 22 | 5F | 35 | 40 | 0 | 3F | FB | 2F | 19 |
| Octal | 55 | 42 | 137 | 65 | 100 | 0 | 77 | 373 | 57 | 31 |
| Binary | 101101 | 100010 | 1011111 | 110101 | 1000000 | 0 | 111111 | 11111011 | 101111 | 11001 |
Color Harmonies of #2D225F
Complementary color
Monochromatic Colors of #2D225F
Black with #2D225F
Text Example
Text Example
White with #2D225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D225F; }
p { color: rgb(45,34,95); }
H1.HeaderClassName
{
color: #2D225F;
}
.AnyTagClassName
{
color: #2D225F;
}
</style>
background-color css
<style>
a { background-color: #2D225F; }
a { background-color: rgb(45,34,95); }
div.DivClassName
{
background-color: #2D225F;
}
.BgClassName
{
background-color: #2D225F;
}
</style>
border-color css
<style>
span { border-color: #2D225F; }
span { border-color: rgb(45,34,95); }
td.TdClassName
{
border-color: #2D225F;
}
.TagClassName
{
border-color: #2D225F;
}
</style>