Shades of Paris M #2D1D5C
Tints of Paris M #2D1D5C
RGB
CMYK
RGB Variations
Color information
#2D1D5C (or 0x2D1D5C) is known color: Paris M. HEX triplet: 2D, 1D and 5C. RGB value is (45,29,92). Sum of RGB (Red+Green+Blue) = 45+29+92=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D1D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1D5C is #D2E2A3. Grayscale: #282828. Windows color (decimal): -13820580 or 6036781. OLE color: 6036781.
HSL color Cylindrical-coordinate representation of color #2D1D5C: hue angle of 255.24º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D1D5C is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 29 | 92 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.64 |
| HSL | 255.24º | 0.52% | 0.24% | - |
| HSV(B) | 255.24º | 0.68% | 0.36% | - |
| XYZ | 3.45 | 2.21 | 10.37 | - |
| YUV | 40.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 29 | 92 | 0.51 | 0.68 | 0 | 0.64 | 255.24 | 0.52 | 0.24 |
| Hex | 2D | 1D | 5C | 33 | 44 | 0 | 40 | FF | 34 | 18 |
| Octal | 55 | 35 | 134 | 63 | 104 | 0 | 100 | 377 | 64 | 30 |
| Binary | 101101 | 11101 | 1011100 | 110011 | 1000100 | 0 | 1000000 | 11111111 | 110100 | 11000 |
Color Harmonies of #2D1D5C
Complementary color
Monochromatic Colors of #2D1D5C
Black with #2D1D5C
Text Example
Text Example
White with #2D1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1D5C; }
p { color: rgb(45,29,92); }
H1.HeaderClassName
{
color: #2D1D5C;
}
.AnyTagClassName
{
color: #2D1D5C;
}
</style>
background-color css
<style>
a { background-color: #2D1D5C; }
a { background-color: rgb(45,29,92); }
div.DivClassName
{
background-color: #2D1D5C;
}
.BgClassName
{
background-color: #2D1D5C;
}
</style>
border-color css
<style>
span { border-color: #2D1D5C; }
span { border-color: rgb(45,29,92); }
td.TdClassName
{
border-color: #2D1D5C;
}
.TagClassName
{
border-color: #2D1D5C;
}
</style>