Shades of Paris M #2A2572
Tints of Paris M #2A2572
RGB
CMYK
RGB Variations
Color information
#2A2572 (or 0x2A2572) is known color: Paris M. HEX triplet: 2A, 25 and 72. RGB value is (42,37,114). Sum of RGB (Red+Green+Blue) = 42+37+114=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2572 is #D5DA8D. Grayscale: #2E2E2E. Windows color (decimal): -14015118 or 7480618. OLE color: 7480618.
HSL color Cylindrical-coordinate representation of color #2A2572: hue angle of 243.9º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A2572 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 37 | 114 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.55 |
| HSL | 243.9º | 0.51% | 0.3% | - |
| HSV(B) | 243.9º | 0.68% | 0.45% | - |
| XYZ | 4.65 | 3.03 | 16.26 | - |
| YUV | 47.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 114 | 0.63 | 0.68 | 0 | 0.55 | 243.9 | 0.51 | 0.3 |
| Hex | 2A | 25 | 72 | 3F | 44 | 0 | 37 | F4 | 33 | 1E |
| Octal | 52 | 45 | 162 | 77 | 104 | 0 | 67 | 364 | 63 | 36 |
| Binary | 101010 | 100101 | 1110010 | 111111 | 1000100 | 0 | 110111 | 11110100 | 110011 | 11110 |
Color Harmonies of #2A2572
Complementary color
Monochromatic Colors of #2A2572
Black with #2A2572
Text Example
Text Example
White with #2A2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2572; }
p { color: rgb(42,37,114); }
H1.HeaderClassName
{
color: #2A2572;
}
.AnyTagClassName
{
color: #2A2572;
}
</style>
background-color css
<style>
a { background-color: #2A2572; }
a { background-color: rgb(42,37,114); }
div.DivClassName
{
background-color: #2A2572;
}
.BgClassName
{
background-color: #2A2572;
}
</style>
border-color css
<style>
span { border-color: #2A2572; }
span { border-color: rgb(42,37,114); }
td.TdClassName
{
border-color: #2A2572;
}
.TagClassName
{
border-color: #2A2572;
}
</style>