Shades of Paris M #2D245C
Tints of Paris M #2D245C
RGB
CMYK
RGB Variations
Color information
#2D245C (or 0x2D245C) is known color: Paris M. HEX triplet: 2D, 24 and 5C. RGB value is (45,36,92). Sum of RGB (Red+Green+Blue) = 45+36+92=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D245C is #D2DBA3. Grayscale: #2C2C2C. Windows color (decimal): -13818788 or 6038573. OLE color: 6038573.
HSL color Cylindrical-coordinate representation of color #2D245C: hue angle of 249.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D245C is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 36 | 92 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.64 |
| HSL | 249.64º | 0.44% | 0.25% | - |
| HSV(B) | 249.64º | 0.61% | 0.36% | - |
| XYZ | 3.64 | 2.59 | 10.43 | - |
| YUV | 45.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 92 | 0.51 | 0.61 | 0 | 0.64 | 249.64 | 0.44 | 0.25 |
| Hex | 2D | 24 | 5C | 33 | 3D | 0 | 40 | FA | 2C | 19 |
| Octal | 55 | 44 | 134 | 63 | 75 | 0 | 100 | 372 | 54 | 31 |
| Binary | 101101 | 100100 | 1011100 | 110011 | 111101 | 0 | 1000000 | 11111010 | 101100 | 11001 |
Color Harmonies of #2D245C
Complementary color
Monochromatic Colors of #2D245C
Black with #2D245C
Text Example
Text Example
White with #2D245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D245C; }
p { color: rgb(45,36,92); }
H1.HeaderClassName
{
color: #2D245C;
}
.AnyTagClassName
{
color: #2D245C;
}
</style>
background-color css
<style>
a { background-color: #2D245C; }
a { background-color: rgb(45,36,92); }
div.DivClassName
{
background-color: #2D245C;
}
.BgClassName
{
background-color: #2D245C;
}
</style>
border-color css
<style>
span { border-color: #2D245C; }
span { border-color: rgb(45,36,92); }
td.TdClassName
{
border-color: #2D245C;
}
.TagClassName
{
border-color: #2D245C;
}
</style>