Shades of Paris M #2D2267
Tints of Paris M #2D2267
RGB
CMYK
RGB Variations
Color information
#2D2267 (or 0x2D2267) is known color: Paris M. HEX triplet: 2D, 22 and 67. RGB value is (45,34,103). Sum of RGB (Red+Green+Blue) = 45+34+103=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D2267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2267 is #D2DD98. Grayscale: #2C2C2C. Windows color (decimal): -13819289 or 6758957. OLE color: 6758957.
HSL color Cylindrical-coordinate representation of color #2D2267: hue angle of 249.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2267 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 34 | 103 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.60 |
| HSL | 249.57º | 0.5% | 0.27% | - |
| HSV(B) | 249.57º | 0.67% | 0.4% | - |
| XYZ | 4.1 | 2.68 | 13.13 | - |
| YUV | 45.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 103 | 0.56 | 0.67 | 0 | 0.60 | 249.57 | 0.5 | 0.27 |
| Hex | 2D | 22 | 67 | 38 | 43 | 0 | 3C | FA | 32 | 1B |
| Octal | 55 | 42 | 147 | 70 | 103 | 0 | 74 | 372 | 62 | 33 |
| Binary | 101101 | 100010 | 1100111 | 111000 | 1000011 | 0 | 111100 | 11111010 | 110010 | 11011 |
Color Harmonies of #2D2267
Complementary color
Monochromatic Colors of #2D2267
Black with #2D2267
Text Example
Text Example
White with #2D2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2267; }
p { color: rgb(45,34,103); }
H1.HeaderClassName
{
color: #2D2267;
}
.AnyTagClassName
{
color: #2D2267;
}
</style>
background-color css
<style>
a { background-color: #2D2267; }
a { background-color: rgb(45,34,103); }
div.DivClassName
{
background-color: #2D2267;
}
.BgClassName
{
background-color: #2D2267;
}
</style>
border-color css
<style>
span { border-color: #2D2267; }
span { border-color: rgb(45,34,103); }
td.TdClassName
{
border-color: #2D2267;
}
.TagClassName
{
border-color: #2D2267;
}
</style>