Shades of Paris M #2D2163
Tints of Paris M #2D2163
RGB
CMYK
RGB Variations
Color information
#2D2163 (or 0x2D2163) is known color: Paris M. HEX triplet: 2D, 21 and 63. RGB value is (45,33,99). Sum of RGB (Red+Green+Blue) = 45+33+99=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D2163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2163 is #D2DE9C. Grayscale: #2B2B2B. Windows color (decimal): -13819549 or 6496557. OLE color: 6496557.
HSL color Cylindrical-coordinate representation of color #2D2163: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D2163 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 33 | 99 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.61 |
| HSL | 250.91º | 0.5% | 0.26% | - |
| HSV(B) | 250.91º | 0.67% | 0.39% | - |
| XYZ | 3.88 | 2.55 | 12.09 | - |
| YUV | 44.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 99 | 0.55 | 0.67 | 0 | 0.61 | 250.91 | 0.5 | 0.26 |
| Hex | 2D | 21 | 63 | 37 | 43 | 0 | 3D | FB | 32 | 1A |
| Octal | 55 | 41 | 143 | 67 | 103 | 0 | 75 | 373 | 62 | 32 |
| Binary | 101101 | 100001 | 1100011 | 110111 | 1000011 | 0 | 111101 | 11111011 | 110010 | 11010 |
Color Harmonies of #2D2163
Complementary color
Monochromatic Colors of #2D2163
Black with #2D2163
Text Example
Text Example
White with #2D2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2163; }
p { color: rgb(45,33,99); }
H1.HeaderClassName
{
color: #2D2163;
}
.AnyTagClassName
{
color: #2D2163;
}
</style>
background-color css
<style>
a { background-color: #2D2163; }
a { background-color: rgb(45,33,99); }
div.DivClassName
{
background-color: #2D2163;
}
.BgClassName
{
background-color: #2D2163;
}
</style>
border-color css
<style>
span { border-color: #2D2163; }
span { border-color: rgb(45,33,99); }
td.TdClassName
{
border-color: #2D2163;
}
.TagClassName
{
border-color: #2D2163;
}
</style>