Shades of Paris M #2A2764
Tints of Paris M #2A2764
RGB
CMYK
RGB Variations
Color information
#2A2764 (or 0x2A2764) is known color: Paris M. HEX triplet: 2A, 27 and 64. RGB value is (42,39,100). Sum of RGB (Red+Green+Blue) = 42+39+100=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #2A2764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2764 is #D5D89B. Grayscale: #2E2E2E. Windows color (decimal): -14014620 or 6563626. OLE color: 6563626.
HSL color Cylindrical-coordinate representation of color #2A2764: hue angle of 242.95º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A2764 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 39 | 100 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.61 |
| HSL | 242.95º | 0.44% | 0.27% | - |
| HSV(B) | 242.95º | 0.61% | 0.39% | - |
| XYZ | 3.98 | 2.86 | 12.4 | - |
| YUV | 46.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 100 | 0.58 | 0.61 | 0 | 0.61 | 242.95 | 0.44 | 0.27 |
| Hex | 2A | 27 | 64 | 3A | 3D | 0 | 3D | F3 | 2C | 1B |
| Octal | 52 | 47 | 144 | 72 | 75 | 0 | 75 | 363 | 54 | 33 |
| Binary | 101010 | 100111 | 1100100 | 111010 | 111101 | 0 | 111101 | 11110011 | 101100 | 11011 |
Color Harmonies of #2A2764
Complementary color
Monochromatic Colors of #2A2764
Black with #2A2764
Text Example
Text Example
White with #2A2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2764; }
p { color: rgb(42,39,100); }
H1.HeaderClassName
{
color: #2A2764;
}
.AnyTagClassName
{
color: #2A2764;
}
</style>
background-color css
<style>
a { background-color: #2A2764; }
a { background-color: rgb(42,39,100); }
div.DivClassName
{
background-color: #2A2764;
}
.BgClassName
{
background-color: #2A2764;
}
</style>
border-color css
<style>
span { border-color: #2A2764; }
span { border-color: rgb(42,39,100); }
td.TdClassName
{
border-color: #2A2764;
}
.TagClassName
{
border-color: #2A2764;
}
</style>