Shades of Paris M #2A2265
Tints of Paris M #2A2265
RGB
CMYK
RGB Variations
Color information
#2A2265 (or 0x2A2265) is known color: Paris M. HEX triplet: 2A, 22 and 65. RGB value is (42,34,101). Sum of RGB (Red+Green+Blue) = 42+34+101=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A2265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2265 is #D5DD9A. Grayscale: #2B2B2B. Windows color (decimal): -14015899 or 6627882. OLE color: 6627882.
HSL color Cylindrical-coordinate representation of color #2A2265: hue angle of 247.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A2265 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 34 | 101 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.60 |
| HSL | 247.16º | 0.5% | 0.26% | - |
| HSV(B) | 247.16º | 0.66% | 0.4% | - |
| XYZ | 3.88 | 2.58 | 12.6 | - |
| YUV | 44.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 101 | 0.58 | 0.66 | 0 | 0.60 | 247.16 | 0.5 | 0.26 |
| Hex | 2A | 22 | 65 | 3A | 42 | 0 | 3C | F7 | 32 | 1A |
| Octal | 52 | 42 | 145 | 72 | 102 | 0 | 74 | 367 | 62 | 32 |
| Binary | 101010 | 100010 | 1100101 | 111010 | 1000010 | 0 | 111100 | 11110111 | 110010 | 11010 |
Color Harmonies of #2A2265
Complementary color
Monochromatic Colors of #2A2265
Black with #2A2265
Text Example
Text Example
White with #2A2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2265; }
p { color: rgb(42,34,101); }
H1.HeaderClassName
{
color: #2A2265;
}
.AnyTagClassName
{
color: #2A2265;
}
</style>
background-color css
<style>
a { background-color: #2A2265; }
a { background-color: rgb(42,34,101); }
div.DivClassName
{
background-color: #2A2265;
}
.BgClassName
{
background-color: #2A2265;
}
</style>
border-color css
<style>
span { border-color: #2A2265; }
span { border-color: rgb(42,34,101); }
td.TdClassName
{
border-color: #2A2265;
}
.TagClassName
{
border-color: #2A2265;
}
</style>