Shades of Paris M #2D2366
Tints of Paris M #2D2366
RGB
CMYK
RGB Variations
Color information
#2D2366 (or 0x2D2366) is known color: Paris M. HEX triplet: 2D, 23 and 66. RGB value is (45,35,102). Sum of RGB (Red+Green+Blue) = 45+35+102=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2366 is #D2DC99. Grayscale: #2D2D2D. Windows color (decimal): -13819034 or 6693677. OLE color: 6693677.
HSL color Cylindrical-coordinate representation of color #2D2366: hue angle of 248.96º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D2366 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 35 | 102 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.6 |
| HSL | 248.96º | 0.49% | 0.27% | - |
| HSV(B) | 248.96º | 0.66% | 0.4% | - |
| XYZ | 4.08 | 2.72 | 12.88 | - |
| YUV | 45.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 102 | 0.56 | 0.66 | 0 | 0.6 | 248.96 | 0.49 | 0.27 |
| Hex | 2D | 23 | 66 | 38 | 42 | 0 | 3C | F9 | 31 | 1B |
| Octal | 55 | 43 | 146 | 70 | 102 | 0 | 74 | 371 | 61 | 33 |
| Binary | 101101 | 100011 | 1100110 | 111000 | 1000010 | 0 | 111100 | 11111001 | 110001 | 11011 |
Color Harmonies of #2D2366
Complementary color
Monochromatic Colors of #2D2366
Black with #2D2366
Text Example
Text Example
White with #2D2366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2366; }
p { color: rgb(45,35,102); }
H1.HeaderClassName
{
color: #2D2366;
}
.AnyTagClassName
{
color: #2D2366;
}
</style>
background-color css
<style>
a { background-color: #2D2366; }
a { background-color: rgb(45,35,102); }
div.DivClassName
{
background-color: #2D2366;
}
.BgClassName
{
background-color: #2D2366;
}
</style>
border-color css
<style>
span { border-color: #2D2366; }
span { border-color: rgb(45,35,102); }
td.TdClassName
{
border-color: #2D2366;
}
.TagClassName
{
border-color: #2D2366;
}
</style>