Shades of Paris M #2D1E5C
Tints of Paris M #2D1E5C
RGB
CMYK
RGB Variations
Color information
#2D1E5C (or 0x2D1E5C) is known color: Paris M. HEX triplet: 2D, 1E and 5C. RGB value is (45,30,92). Sum of RGB (Red+Green+Blue) = 45+30+92=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D1E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1E5C is #D2E1A3. Grayscale: #292929. Windows color (decimal): -13820324 or 6037037. OLE color: 6037037.
HSL color Cylindrical-coordinate representation of color #2D1E5C: hue angle of 254.52º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1E5C is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 30 | 92 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.64 |
| HSL | 254.52º | 0.51% | 0.24% | - |
| HSV(B) | 254.52º | 0.67% | 0.36% | - |
| XYZ | 3.48 | 2.26 | 10.38 | - |
| YUV | 41.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 92 | 0.51 | 0.67 | 0 | 0.64 | 254.52 | 0.51 | 0.24 |
| Hex | 2D | 1E | 5C | 33 | 43 | 0 | 40 | FF | 33 | 18 |
| Octal | 55 | 36 | 134 | 63 | 103 | 0 | 100 | 377 | 63 | 30 |
| Binary | 101101 | 11110 | 1011100 | 110011 | 1000011 | 0 | 1000000 | 11111111 | 110011 | 11000 |
Color Harmonies of #2D1E5C
Complementary color
Monochromatic Colors of #2D1E5C
Black with #2D1E5C
Text Example
Text Example
White with #2D1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E5C; }
p { color: rgb(45,30,92); }
H1.HeaderClassName
{
color: #2D1E5C;
}
.AnyTagClassName
{
color: #2D1E5C;
}
</style>
background-color css
<style>
a { background-color: #2D1E5C; }
a { background-color: rgb(45,30,92); }
div.DivClassName
{
background-color: #2D1E5C;
}
.BgClassName
{
background-color: #2D1E5C;
}
</style>
border-color css
<style>
span { border-color: #2D1E5C; }
span { border-color: rgb(45,30,92); }
td.TdClassName
{
border-color: #2D1E5C;
}
.TagClassName
{
border-color: #2D1E5C;
}
</style>