Shades of Paris M #2A2563
Tints of Paris M #2A2563
RGB
CMYK
RGB Variations
Color information
#2A2563 (or 0x2A2563) is known color: Paris M. HEX triplet: 2A, 25 and 63. RGB value is (42,37,99). Sum of RGB (Red+Green+Blue) = 42+37+99=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2563 is #D5DA9C. Grayscale: #2D2D2D. Windows color (decimal): -14015133 or 6497578. OLE color: 6497578.
HSL color Cylindrical-coordinate representation of color #2A2563: hue angle of 244.84º 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 #2A2563 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 37 | 99 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.61 |
| HSL | 244.84º | 0.46% | 0.27% | - |
| HSV(B) | 244.84º | 0.63% | 0.39% | - |
| XYZ | 3.87 | 2.72 | 12.12 | - |
| YUV | 45.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 99 | 0.58 | 0.63 | 0 | 0.61 | 244.84 | 0.46 | 0.27 |
| Hex | 2A | 25 | 63 | 3A | 3F | 0 | 3D | F5 | 2E | 1B |
| Octal | 52 | 45 | 143 | 72 | 77 | 0 | 75 | 365 | 56 | 33 |
| Binary | 101010 | 100101 | 1100011 | 111010 | 111111 | 0 | 111101 | 11110101 | 101110 | 11011 |
Color Harmonies of #2A2563
Complementary color
Monochromatic Colors of #2A2563
Black with #2A2563
Text Example
Text Example
White with #2A2563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2563; }
p { color: rgb(42,37,99); }
H1.HeaderClassName
{
color: #2A2563;
}
.AnyTagClassName
{
color: #2A2563;
}
</style>
background-color css
<style>
a { background-color: #2A2563; }
a { background-color: rgb(42,37,99); }
div.DivClassName
{
background-color: #2A2563;
}
.BgClassName
{
background-color: #2A2563;
}
</style>
border-color css
<style>
span { border-color: #2A2563; }
span { border-color: rgb(42,37,99); }
td.TdClassName
{
border-color: #2A2563;
}
.TagClassName
{
border-color: #2A2563;
}
</style>