Shades of Paris M #2D2568
Tints of Paris M #2D2568
RGB
CMYK
RGB Variations
Color information
#2D2568 (or 0x2D2568) is known color: Paris M. HEX triplet: 2D, 25 and 68. RGB value is (45,37,104). Sum of RGB (Red+Green+Blue) = 45+37+104=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D2568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2568 is #D2DA97. Grayscale: #2E2E2E. Windows color (decimal): -13818520 or 6825261. OLE color: 6825261.
HSL color Cylindrical-coordinate representation of color #2D2568: hue angle of 247.16º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D2568 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 37 | 104 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.59 |
| HSL | 247.16º | 0.48% | 0.28% | - |
| HSV(B) | 247.16º | 0.64% | 0.41% | - |
| XYZ | 4.24 | 2.88 | 13.43 | - |
| YUV | 47.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 37 | 104 | 0.57 | 0.64 | 0 | 0.59 | 247.16 | 0.48 | 0.28 |
| Hex | 2D | 25 | 68 | 39 | 40 | 0 | 3B | F7 | 30 | 1C |
| Octal | 55 | 45 | 150 | 71 | 100 | 0 | 73 | 367 | 60 | 34 |
| Binary | 101101 | 100101 | 1101000 | 111001 | 1000000 | 0 | 111011 | 11110111 | 110000 | 11100 |
Color Harmonies of #2D2568
Complementary color
Monochromatic Colors of #2D2568
Black with #2D2568
Text Example
Text Example
White with #2D2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2568; }
p { color: rgb(45,37,104); }
H1.HeaderClassName
{
color: #2D2568;
}
.AnyTagClassName
{
color: #2D2568;
}
</style>
background-color css
<style>
a { background-color: #2D2568; }
a { background-color: rgb(45,37,104); }
div.DivClassName
{
background-color: #2D2568;
}
.BgClassName
{
background-color: #2D2568;
}
</style>
border-color css
<style>
span { border-color: #2D2568; }
span { border-color: rgb(45,37,104); }
td.TdClassName
{
border-color: #2D2568;
}
.TagClassName
{
border-color: #2D2568;
}
</style>