Shades of Paris M #2A2564
Tints of Paris M #2A2564
RGB
CMYK
RGB Variations
Color information
#2A2564 (or 0x2A2564) is known color: Paris M. HEX triplet: 2A, 25 and 64. RGB value is (42,37,100). Sum of RGB (Red+Green+Blue) = 42+37+100=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 100 (39.45% from 255 or 55.87% from 179); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A2564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2564 is #D5DA9B. Grayscale: #2D2D2D. Windows color (decimal): -14015132 or 6563114. OLE color: 6563114.
HSL color Cylindrical-coordinate representation of color #2A2564: hue angle of 244.76º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A2564 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 37 | 100 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.61 |
| HSL | 244.76º | 0.46% | 0.27% | - |
| HSV(B) | 244.76º | 0.63% | 0.39% | - |
| XYZ | 3.92 | 2.74 | 12.38 | - |
| YUV | 45.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 100 | 0.58 | 0.63 | 0 | 0.61 | 244.76 | 0.46 | 0.27 |
| Hex | 2A | 25 | 64 | 3A | 3F | 0 | 3D | F5 | 2E | 1B |
| Octal | 52 | 45 | 144 | 72 | 77 | 0 | 75 | 365 | 56 | 33 |
| Binary | 101010 | 100101 | 1100100 | 111010 | 111111 | 0 | 111101 | 11110101 | 101110 | 11011 |
Color Harmonies of #2A2564
Complementary color
Monochromatic Colors of #2A2564
Black with #2A2564
Text Example
Text Example
White with #2A2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2564; }
p { color: rgb(42,37,100); }
H1.HeaderClassName
{
color: #2A2564;
}
.AnyTagClassName
{
color: #2A2564;
}
</style>
background-color css
<style>
a { background-color: #2A2564; }
a { background-color: rgb(42,37,100); }
div.DivClassName
{
background-color: #2A2564;
}
.BgClassName
{
background-color: #2A2564;
}
</style>
border-color css
<style>
span { border-color: #2A2564; }
span { border-color: rgb(42,37,100); }
td.TdClassName
{
border-color: #2A2564;
}
.TagClassName
{
border-color: #2A2564;
}
</style>