Shades of Paris M #2D2270
Tints of Paris M #2D2270
RGB
CMYK
RGB Variations
Color information
#2D2270 (or 0x2D2270) is known color: Paris M. HEX triplet: 2D, 22 and 70. RGB value is (45,34,112). Sum of RGB (Red+Green+Blue) = 45+34+112=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2270 is #D2DD8F. Grayscale: #2D2D2D. Windows color (decimal): -13819280 or 7348781. OLE color: 7348781.
HSL color Cylindrical-coordinate representation of color #2D2270: hue angle of 248.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2270 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 34 | 112 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.56 |
| HSL | 248.46º | 0.53% | 0.29% | - |
| HSV(B) | 248.46º | 0.7% | 0.44% | - |
| XYZ | 4.58 | 2.87 | 15.64 | - |
| YUV | 46.18 | 165.14 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 34 | 112 | 0.60 | 0.70 | 0 | 0.56 | 248.46 | 0.53 | 0.29 |
| Hex | 2D | 22 | 70 | 3C | 46 | 0 | 38 | F8 | 35 | 1D |
| Octal | 55 | 42 | 160 | 74 | 106 | 0 | 70 | 370 | 65 | 35 |
| Binary | 101101 | 100010 | 1110000 | 111100 | 1000110 | 0 | 111000 | 11111000 | 110101 | 11101 |
Color Harmonies of #2D2270
Complementary color
Monochromatic Colors of #2D2270
Black with #2D2270
Text Example
Text Example
White with #2D2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2270; }
p { color: rgb(45,34,112); }
H1.HeaderClassName
{
color: #2D2270;
}
.AnyTagClassName
{
color: #2D2270;
}
</style>
background-color css
<style>
a { background-color: #2D2270; }
a { background-color: rgb(45,34,112); }
div.DivClassName
{
background-color: #2D2270;
}
.BgClassName
{
background-color: #2D2270;
}
</style>
border-color css
<style>
span { border-color: #2D2270; }
span { border-color: rgb(45,34,112); }
td.TdClassName
{
border-color: #2D2270;
}
.TagClassName
{
border-color: #2D2270;
}
</style>