Shades of Paris M #2D2A60
Tints of Paris M #2D2A60
RGB
CMYK
RGB Variations
Color information
#2D2A60 (or 0x2D2A60) is known color: Paris M. HEX triplet: 2D, 2A and 60. RGB value is (45,42,96). Sum of RGB (Red+Green+Blue) = 45+42+96=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D2A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2A60 is #D2D59F. Grayscale: #303030. Windows color (decimal): -13817248 or 6302253. OLE color: 6302253.
HSL color Cylindrical-coordinate representation of color #2D2A60: hue angle of 243.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D2A60 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 42 | 96 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.62 |
| HSL | 243.33º | 0.39% | 0.27% | - |
| HSV(B) | 243.33º | 0.56% | 0.38% | - |
| XYZ | 4.02 | 3.06 | 11.44 | - |
| YUV | 49.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 42 | 96 | 0.53 | 0.56 | 0 | 0.62 | 243.33 | 0.39 | 0.27 |
| Hex | 2D | 2A | 60 | 35 | 38 | 0 | 3E | F3 | 27 | 1B |
| Octal | 55 | 52 | 140 | 65 | 70 | 0 | 76 | 363 | 47 | 33 |
| Binary | 101101 | 101010 | 1100000 | 110101 | 111000 | 0 | 111110 | 11110011 | 100111 | 11011 |
Color Harmonies of #2D2A60
Complementary color
Monochromatic Colors of #2D2A60
Black with #2D2A60
Text Example
Text Example
White with #2D2A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2A60; }
p { color: rgb(45,42,96); }
H1.HeaderClassName
{
color: #2D2A60;
}
.AnyTagClassName
{
color: #2D2A60;
}
</style>
background-color css
<style>
a { background-color: #2D2A60; }
a { background-color: rgb(45,42,96); }
div.DivClassName
{
background-color: #2D2A60;
}
.BgClassName
{
background-color: #2D2A60;
}
</style>
border-color css
<style>
span { border-color: #2D2A60; }
span { border-color: rgb(45,42,96); }
td.TdClassName
{
border-color: #2D2A60;
}
.TagClassName
{
border-color: #2D2A60;
}
</style>