Shades of Paris M #2A2270
Tints of Paris M #2A2270
RGB
CMYK
RGB Variations
Color information
#2A2270 (or 0x2A2270) is known color: Paris M. HEX triplet: 2A, 22 and 70. RGB value is (42,34,112). Sum of RGB (Red+Green+Blue) = 42+34+112=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2270 is #D5DD8F. Grayscale: #2C2C2C. Windows color (decimal): -14015888 or 7348778. OLE color: 7348778.
HSL color Cylindrical-coordinate representation of color #2A2270: hue angle of 246.15º 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 #2A2270 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 34 | 112 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.56 |
| HSL | 246.15º | 0.53% | 0.29% | - |
| HSV(B) | 246.15º | 0.7% | 0.44% | - |
| XYZ | 4.45 | 2.81 | 15.64 | - |
| YUV | 45.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 112 | 0.62 | 0.70 | 0 | 0.56 | 246.15 | 0.53 | 0.29 |
| Hex | 2A | 22 | 70 | 3E | 46 | 0 | 38 | F6 | 35 | 1D |
| Octal | 52 | 42 | 160 | 76 | 106 | 0 | 70 | 366 | 65 | 35 |
| Binary | 101010 | 100010 | 1110000 | 111110 | 1000110 | 0 | 111000 | 11110110 | 110101 | 11101 |
Color Harmonies of #2A2270
Complementary color
Monochromatic Colors of #2A2270
Black with #2A2270
Text Example
Text Example
White with #2A2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2270; }
p { color: rgb(42,34,112); }
H1.HeaderClassName
{
color: #2A2270;
}
.AnyTagClassName
{
color: #2A2270;
}
</style>
background-color css
<style>
a { background-color: #2A2270; }
a { background-color: rgb(42,34,112); }
div.DivClassName
{
background-color: #2A2270;
}
.BgClassName
{
background-color: #2A2270;
}
</style>
border-color css
<style>
span { border-color: #2A2270; }
span { border-color: rgb(42,34,112); }
td.TdClassName
{
border-color: #2A2270;
}
.TagClassName
{
border-color: #2A2270;
}
</style>