Shades of Paris M #2D2069
Tints of Paris M #2D2069
RGB
CMYK
RGB Variations
Color information
#2D2069 (or 0x2D2069) is known color: Paris M. HEX triplet: 2D, 20 and 69. RGB value is (45,32,105). Sum of RGB (Red+Green+Blue) = 45+32+105=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2069 is #D2DF96. Grayscale: #2B2B2B. Windows color (decimal): -13819799 or 6889517. OLE color: 6889517.
HSL color Cylindrical-coordinate representation of color #2D2069: hue angle of 250.68º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2069 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 32 | 105 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.59 |
| HSL | 250.68º | 0.53% | 0.27% | - |
| HSV(B) | 250.68º | 0.7% | 0.41% | - |
| XYZ | 4.15 | 2.61 | 13.65 | - |
| YUV | 44.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 105 | 0.57 | 0.70 | 0 | 0.59 | 250.68 | 0.53 | 0.27 |
| Hex | 2D | 20 | 69 | 39 | 46 | 0 | 3B | FB | 35 | 1B |
| Octal | 55 | 40 | 151 | 71 | 106 | 0 | 73 | 373 | 65 | 33 |
| Binary | 101101 | 100000 | 1101001 | 111001 | 1000110 | 0 | 111011 | 11111011 | 110101 | 11011 |
Color Harmonies of #2D2069
Complementary color
Monochromatic Colors of #2D2069
Black with #2D2069
Text Example
Text Example
White with #2D2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2069; }
p { color: rgb(45,32,105); }
H1.HeaderClassName
{
color: #2D2069;
}
.AnyTagClassName
{
color: #2D2069;
}
</style>
background-color css
<style>
a { background-color: #2D2069; }
a { background-color: rgb(45,32,105); }
div.DivClassName
{
background-color: #2D2069;
}
.BgClassName
{
background-color: #2D2069;
}
</style>
border-color css
<style>
span { border-color: #2D2069; }
span { border-color: rgb(45,32,105); }
td.TdClassName
{
border-color: #2D2069;
}
.TagClassName
{
border-color: #2D2069;
}
</style>