Shades of Paris M #2D2462
Tints of Paris M #2D2462
RGB
CMYK
RGB Variations
Color information
#2D2462 (or 0x2D2462) is known color: Paris M. HEX triplet: 2D, 24 and 62. RGB value is (45,36,98). Sum of RGB (Red+Green+Blue) = 45+36+98=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D2462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2462 is #D2DB9D. Grayscale: #2D2D2D. Windows color (decimal): -13818782 or 6431789. OLE color: 6431789.
HSL color Cylindrical-coordinate representation of color #2D2462: hue angle of 248.71º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D2462 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 36 | 98 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.62 |
| HSL | 248.71º | 0.46% | 0.26% | - |
| HSV(B) | 248.71º | 0.63% | 0.38% | - |
| XYZ | 3.92 | 2.7 | 11.87 | - |
| YUV | 45.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 98 | 0.54 | 0.63 | 0 | 0.62 | 248.71 | 0.46 | 0.26 |
| Hex | 2D | 24 | 62 | 36 | 3F | 0 | 3E | F9 | 2E | 1A |
| Octal | 55 | 44 | 142 | 66 | 77 | 0 | 76 | 371 | 56 | 32 |
| Binary | 101101 | 100100 | 1100010 | 110110 | 111111 | 0 | 111110 | 11111001 | 101110 | 11010 |
Color Harmonies of #2D2462
Complementary color
Monochromatic Colors of #2D2462
Black with #2D2462
Text Example
Text Example
White with #2D2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2462; }
p { color: rgb(45,36,98); }
H1.HeaderClassName
{
color: #2D2462;
}
.AnyTagClassName
{
color: #2D2462;
}
</style>
background-color css
<style>
a { background-color: #2D2462; }
a { background-color: rgb(45,36,98); }
div.DivClassName
{
background-color: #2D2462;
}
.BgClassName
{
background-color: #2D2462;
}
</style>
border-color css
<style>
span { border-color: #2D2462; }
span { border-color: rgb(45,36,98); }
td.TdClassName
{
border-color: #2D2462;
}
.TagClassName
{
border-color: #2D2462;
}
</style>