Shades of Paris M #2D295D
Tints of Paris M #2D295D
RGB
CMYK
RGB Variations
Color information
#2D295D (or 0x2D295D) is known color: Paris M. HEX triplet: 2D, 29 and 5D. RGB value is (45,41,93). Sum of RGB (Red+Green+Blue) = 45+41+93=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295D is #D2D6A2. Grayscale: #2F2F2F. Windows color (decimal): -13817507 or 6105389. OLE color: 6105389.
HSL color Cylindrical-coordinate representation of color #2D295D: hue angle of 244.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D295D is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 41 | 93 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.64 |
| HSL | 244.62º | 0.39% | 0.26% | - |
| HSV(B) | 244.62º | 0.56% | 0.36% | - |
| XYZ | 3.85 | 2.93 | 10.72 | - |
| YUV | 48.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 41 | 93 | 0.52 | 0.56 | 0 | 0.64 | 244.62 | 0.39 | 0.26 |
| Hex | 2D | 29 | 5D | 34 | 38 | 0 | 40 | F5 | 27 | 1A |
| Octal | 55 | 51 | 135 | 64 | 70 | 0 | 100 | 365 | 47 | 32 |
| Binary | 101101 | 101001 | 1011101 | 110100 | 111000 | 0 | 1000000 | 11110101 | 100111 | 11010 |
Color Harmonies of #2D295D
Complementary color
Monochromatic Colors of #2D295D
Black with #2D295D
Text Example
Text Example
White with #2D295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D295D; }
p { color: rgb(45,41,93); }
H1.HeaderClassName
{
color: #2D295D;
}
.AnyTagClassName
{
color: #2D295D;
}
</style>
background-color css
<style>
a { background-color: #2D295D; }
a { background-color: rgb(45,41,93); }
div.DivClassName
{
background-color: #2D295D;
}
.BgClassName
{
background-color: #2D295D;
}
</style>
border-color css
<style>
span { border-color: #2D295D; }
span { border-color: rgb(45,41,93); }
td.TdClassName
{
border-color: #2D295D;
}
.TagClassName
{
border-color: #2D295D;
}
</style>