Shades of Paris M #2A2172
Tints of Paris M #2A2172
RGB
CMYK
RGB Variations
Color information
#2A2172 (or 0x2A2172) is known color: Paris M. HEX triplet: 2A, 21 and 72. RGB value is (42,33,114). Sum of RGB (Red+Green+Blue) = 42+33+114=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A2172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2172 is #D5DE8D. Grayscale: #2C2C2C. Windows color (decimal): -14016142 or 7479594. OLE color: 7479594.
HSL color Cylindrical-coordinate representation of color #2A2172: hue angle of 246.67º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2172 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 33 | 114 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.55 |
| HSL | 246.67º | 0.55% | 0.29% | - |
| HSV(B) | 246.67º | 0.71% | 0.45% | - |
| XYZ | 4.54 | 2.79 | 16.22 | - |
| YUV | 44.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 114 | 0.63 | 0.71 | 0 | 0.55 | 246.67 | 0.55 | 0.29 |
| Hex | 2A | 21 | 72 | 3F | 47 | 0 | 37 | F7 | 37 | 1D |
| Octal | 52 | 41 | 162 | 77 | 107 | 0 | 67 | 367 | 67 | 35 |
| Binary | 101010 | 100001 | 1110010 | 111111 | 1000111 | 0 | 110111 | 11110111 | 110111 | 11101 |
Color Harmonies of #2A2172
Complementary color
Monochromatic Colors of #2A2172
Black with #2A2172
Text Example
Text Example
White with #2A2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2172; }
p { color: rgb(42,33,114); }
H1.HeaderClassName
{
color: #2A2172;
}
.AnyTagClassName
{
color: #2A2172;
}
</style>
background-color css
<style>
a { background-color: #2A2172; }
a { background-color: rgb(42,33,114); }
div.DivClassName
{
background-color: #2A2172;
}
.BgClassName
{
background-color: #2A2172;
}
</style>
border-color css
<style>
span { border-color: #2A2172; }
span { border-color: rgb(42,33,114); }
td.TdClassName
{
border-color: #2A2172;
}
.TagClassName
{
border-color: #2A2172;
}
</style>