Shades of Paris M #2D205B
Tints of Paris M #2D205B
RGB
CMYK
RGB Variations
Color information
#2D205B (or 0x2D205B) is known color: Paris M. HEX triplet: 2D, 20 and 5B. RGB value is (45,32,91). Sum of RGB (Red+Green+Blue) = 45+32+91=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D205B is #D2DFA4. Grayscale: #2A2A2A. Windows color (decimal): -13819813 or 5972013. OLE color: 5972013.
HSL color Cylindrical-coordinate representation of color #2D205B: hue angle of 253.22º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D205B is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 32 | 91 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.64 |
| HSL | 253.22º | 0.48% | 0.24% | - |
| HSV(B) | 253.22º | 0.65% | 0.36% | - |
| XYZ | 3.49 | 2.35 | 10.17 | - |
| YUV | 42.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 91 | 0.51 | 0.65 | 0 | 0.64 | 253.22 | 0.48 | 0.24 |
| Hex | 2D | 20 | 5B | 33 | 41 | 0 | 40 | FD | 30 | 18 |
| Octal | 55 | 40 | 133 | 63 | 101 | 0 | 100 | 375 | 60 | 30 |
| Binary | 101101 | 100000 | 1011011 | 110011 | 1000001 | 0 | 1000000 | 11111101 | 110000 | 11000 |
Color Harmonies of #2D205B
Complementary color
Monochromatic Colors of #2D205B
Black with #2D205B
Text Example
Text Example
White with #2D205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D205B; }
p { color: rgb(45,32,91); }
H1.HeaderClassName
{
color: #2D205B;
}
.AnyTagClassName
{
color: #2D205B;
}
</style>
background-color css
<style>
a { background-color: #2D205B; }
a { background-color: rgb(45,32,91); }
div.DivClassName
{
background-color: #2D205B;
}
.BgClassName
{
background-color: #2D205B;
}
</style>
border-color css
<style>
span { border-color: #2D205B; }
span { border-color: rgb(45,32,91); }
td.TdClassName
{
border-color: #2D205B;
}
.TagClassName
{
border-color: #2D205B;
}
</style>