Shades of Paris M #2A2262
Tints of Paris M #2A2262
RGB
CMYK
RGB Variations
Color information
#2A2262 (or 0x2A2262) is known color: Paris M. HEX triplet: 2A, 22 and 62. RGB value is (42,34,98). Sum of RGB (Red+Green+Blue) = 42+34+98=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2262 is #D5DD9D. Grayscale: #2B2B2B. Windows color (decimal): -14015902 or 6431274. OLE color: 6431274.
HSL color Cylindrical-coordinate representation of color #2A2262: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A2262 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 34 | 98 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.62 |
| HSL | 247.5º | 0.48% | 0.26% | - |
| HSV(B) | 247.5º | 0.65% | 0.38% | - |
| XYZ | 3.73 | 2.52 | 11.84 | - |
| YUV | 43.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 98 | 0.57 | 0.65 | 0 | 0.62 | 247.5 | 0.48 | 0.26 |
| Hex | 2A | 22 | 62 | 39 | 41 | 0 | 3E | F8 | 30 | 1A |
| Octal | 52 | 42 | 142 | 71 | 101 | 0 | 76 | 370 | 60 | 32 |
| Binary | 101010 | 100010 | 1100010 | 111001 | 1000001 | 0 | 111110 | 11111000 | 110000 | 11010 |
Color Harmonies of #2A2262
Complementary color
Monochromatic Colors of #2A2262
Black with #2A2262
Text Example
Text Example
White with #2A2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2262; }
p { color: rgb(42,34,98); }
H1.HeaderClassName
{
color: #2A2262;
}
.AnyTagClassName
{
color: #2A2262;
}
</style>
background-color css
<style>
a { background-color: #2A2262; }
a { background-color: rgb(42,34,98); }
div.DivClassName
{
background-color: #2A2262;
}
.BgClassName
{
background-color: #2A2262;
}
</style>
border-color css
<style>
span { border-color: #2A2262; }
span { border-color: rgb(42,34,98); }
td.TdClassName
{
border-color: #2A2262;
}
.TagClassName
{
border-color: #2A2262;
}
</style>