Shades of Paris M #2A2465
Tints of Paris M #2A2465
RGB
CMYK
RGB Variations
Color information
#2A2465 (or 0x2A2465) is known color: Paris M. HEX triplet: 2A, 24 and 65. RGB value is (42,36,101). Sum of RGB (Red+Green+Blue) = 42+36+101=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2465 is #D5DB9A. Grayscale: #2C2C2C. Windows color (decimal): -14015387 or 6628394. OLE color: 6628394.
HSL color Cylindrical-coordinate representation of color #2A2465: hue angle of 245.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A2465 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 36 | 101 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.60 |
| HSL | 245.54º | 0.47% | 0.27% | - |
| HSV(B) | 245.54º | 0.64% | 0.4% | - |
| XYZ | 3.93 | 2.69 | 12.62 | - |
| YUV | 45.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 101 | 0.58 | 0.64 | 0 | 0.60 | 245.54 | 0.47 | 0.27 |
| Hex | 2A | 24 | 65 | 3A | 40 | 0 | 3C | F6 | 2F | 1B |
| Octal | 52 | 44 | 145 | 72 | 100 | 0 | 74 | 366 | 57 | 33 |
| Binary | 101010 | 100100 | 1100101 | 111010 | 1000000 | 0 | 111100 | 11110110 | 101111 | 11011 |
Color Harmonies of #2A2465
Complementary color
Monochromatic Colors of #2A2465
Black with #2A2465
Text Example
Text Example
White with #2A2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2465; }
p { color: rgb(42,36,101); }
H1.HeaderClassName
{
color: #2A2465;
}
.AnyTagClassName
{
color: #2A2465;
}
</style>
background-color css
<style>
a { background-color: #2A2465; }
a { background-color: rgb(42,36,101); }
div.DivClassName
{
background-color: #2A2465;
}
.BgClassName
{
background-color: #2A2465;
}
</style>
border-color css
<style>
span { border-color: #2A2465; }
span { border-color: rgb(42,36,101); }
td.TdClassName
{
border-color: #2A2465;
}
.TagClassName
{
border-color: #2A2465;
}
</style>