Shades of Paris M #2A2565
Tints of Paris M #2A2565
RGB
CMYK
RGB Variations
Color information
#2A2565 (or 0x2A2565) is known color: Paris M. HEX triplet: 2A, 25 and 65. RGB value is (42,37,101). Sum of RGB (Red+Green+Blue) = 42+37+101=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2565 is #D5DA9A. Grayscale: #2D2D2D. Windows color (decimal): -14015131 or 6628650. OLE color: 6628650.
HSL color Cylindrical-coordinate representation of color #2A2565: hue angle of 244.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A2565 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 37 | 101 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.60 |
| HSL | 244.69º | 0.46% | 0.27% | - |
| HSV(B) | 244.69º | 0.63% | 0.4% | - |
| XYZ | 3.97 | 2.75 | 12.63 | - |
| YUV | 45.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 101 | 0.58 | 0.63 | 0 | 0.60 | 244.69 | 0.46 | 0.27 |
| Hex | 2A | 25 | 65 | 3A | 3F | 0 | 3C | F5 | 2E | 1B |
| Octal | 52 | 45 | 145 | 72 | 77 | 0 | 74 | 365 | 56 | 33 |
| Binary | 101010 | 100101 | 1100101 | 111010 | 111111 | 0 | 111100 | 11110101 | 101110 | 11011 |
Color Harmonies of #2A2565
Complementary color
Monochromatic Colors of #2A2565
Black with #2A2565
Text Example
Text Example
White with #2A2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2565; }
p { color: rgb(42,37,101); }
H1.HeaderClassName
{
color: #2A2565;
}
.AnyTagClassName
{
color: #2A2565;
}
</style>
background-color css
<style>
a { background-color: #2A2565; }
a { background-color: rgb(42,37,101); }
div.DivClassName
{
background-color: #2A2565;
}
.BgClassName
{
background-color: #2A2565;
}
</style>
border-color css
<style>
span { border-color: #2A2565; }
span { border-color: rgb(42,37,101); }
td.TdClassName
{
border-color: #2A2565;
}
.TagClassName
{
border-color: #2A2565;
}
</style>