Shades of Paris M #2D2058
Tints of Paris M #2D2058
RGB
CMYK
RGB Variations
Color information
#2D2058 (or 0x2D2058) is known color: Paris M. HEX triplet: 2D, 20 and 58. RGB value is (45,32,88). Sum of RGB (Red+Green+Blue) = 45+32+88=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D2058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2058 is #D2DFA7. Grayscale: #2A2A2A. Windows color (decimal): -13819816 or 5775405. OLE color: 5775405.
HSL color Cylindrical-coordinate representation of color #2D2058: hue angle of 253.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D2058 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 32 | 88 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.65 |
| HSL | 253.93º | 0.47% | 0.24% | - |
| HSV(B) | 253.93º | 0.64% | 0.35% | - |
| XYZ | 3.36 | 2.3 | 9.5 | - |
| YUV | 42.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 88 | 0.49 | 0.64 | 0 | 0.65 | 253.93 | 0.47 | 0.24 |
| Hex | 2D | 20 | 58 | 31 | 40 | 0 | 41 | FE | 2F | 18 |
| Octal | 55 | 40 | 130 | 61 | 100 | 0 | 101 | 376 | 57 | 30 |
| Binary | 101101 | 100000 | 1011000 | 110001 | 1000000 | 0 | 1000001 | 11111110 | 101111 | 11000 |
Color Harmonies of #2D2058
Complementary color
Monochromatic Colors of #2D2058
Black with #2D2058
Text Example
Text Example
White with #2D2058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2058; }
p { color: rgb(45,32,88); }
H1.HeaderClassName
{
color: #2D2058;
}
.AnyTagClassName
{
color: #2D2058;
}
</style>
background-color css
<style>
a { background-color: #2D2058; }
a { background-color: rgb(45,32,88); }
div.DivClassName
{
background-color: #2D2058;
}
.BgClassName
{
background-color: #2D2058;
}
</style>
border-color css
<style>
span { border-color: #2D2058; }
span { border-color: rgb(45,32,88); }
td.TdClassName
{
border-color: #2D2058;
}
.TagClassName
{
border-color: #2D2058;
}
</style>