Shades of Paris M #2D2861
Tints of Paris M #2D2861
RGB
CMYK
RGB Variations
Color information
#2D2861 (or 0x2D2861) is known color: Paris M. HEX triplet: 2D, 28 and 61. RGB value is (45,40,97). Sum of RGB (Red+Green+Blue) = 45+40+97=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D2861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2861 is #D2D79E. Grayscale: #2F2F2F. Windows color (decimal): -13817759 or 6367277. OLE color: 6367277.
HSL color Cylindrical-coordinate representation of color #2D2861: hue angle of 245.26º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D2861 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 40 | 97 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.62 |
| HSL | 245.26º | 0.42% | 0.27% | - |
| HSV(B) | 245.26º | 0.59% | 0.38% | - |
| XYZ | 4 | 2.94 | 11.67 | - |
| YUV | 47.99 | 155.66 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 97 | 0.54 | 0.59 | 0 | 0.62 | 245.26 | 0.42 | 0.27 |
| Hex | 2D | 28 | 61 | 36 | 3B | 0 | 3E | F5 | 2A | 1B |
| Octal | 55 | 50 | 141 | 66 | 73 | 0 | 76 | 365 | 52 | 33 |
| Binary | 101101 | 101000 | 1100001 | 110110 | 111011 | 0 | 111110 | 11110101 | 101010 | 11011 |
Color Harmonies of #2D2861
Complementary color
Monochromatic Colors of #2D2861
Black with #2D2861
Text Example
Text Example
White with #2D2861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2861; }
p { color: rgb(45,40,97); }
H1.HeaderClassName
{
color: #2D2861;
}
.AnyTagClassName
{
color: #2D2861;
}
</style>
background-color css
<style>
a { background-color: #2D2861; }
a { background-color: rgb(45,40,97); }
div.DivClassName
{
background-color: #2D2861;
}
.BgClassName
{
background-color: #2D2861;
}
</style>
border-color css
<style>
span { border-color: #2D2861; }
span { border-color: rgb(45,40,97); }
td.TdClassName
{
border-color: #2D2861;
}
.TagClassName
{
border-color: #2D2861;
}
</style>