Shades of Paris M #2D2660
Tints of Paris M #2D2660
RGB
CMYK
RGB Variations
Color information
#2D2660 (or 0x2D2660) is known color: Paris M. HEX triplet: 2D, 26 and 60. RGB value is (45,38,96). Sum of RGB (Red+Green+Blue) = 45+38+96=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2660 is #D2D99F. Grayscale: #2E2E2E. Windows color (decimal): -13818272 or 6301229. OLE color: 6301229.
HSL color Cylindrical-coordinate representation of color #2D2660: hue angle of 247.24º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2660 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 38 | 96 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.62 |
| HSL | 247.24º | 0.43% | 0.26% | - |
| HSV(B) | 247.24º | 0.6% | 0.38% | - |
| XYZ | 3.89 | 2.79 | 11.4 | - |
| YUV | 46.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 96 | 0.53 | 0.60 | 0 | 0.62 | 247.24 | 0.43 | 0.26 |
| Hex | 2D | 26 | 60 | 35 | 3C | 0 | 3E | F7 | 2B | 1A |
| Octal | 55 | 46 | 140 | 65 | 74 | 0 | 76 | 367 | 53 | 32 |
| Binary | 101101 | 100110 | 1100000 | 110101 | 111100 | 0 | 111110 | 11110111 | 101011 | 11010 |
Color Harmonies of #2D2660
Complementary color
Monochromatic Colors of #2D2660
Black with #2D2660
Text Example
Text Example
White with #2D2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2660; }
p { color: rgb(45,38,96); }
H1.HeaderClassName
{
color: #2D2660;
}
.AnyTagClassName
{
color: #2D2660;
}
</style>
background-color css
<style>
a { background-color: #2D2660; }
a { background-color: rgb(45,38,96); }
div.DivClassName
{
background-color: #2D2660;
}
.BgClassName
{
background-color: #2D2660;
}
</style>
border-color css
<style>
span { border-color: #2D2660; }
span { border-color: rgb(45,38,96); }
td.TdClassName
{
border-color: #2D2660;
}
.TagClassName
{
border-color: #2D2660;
}
</style>