Shades of Paris M #2A246D
Tints of Paris M #2A246D
RGB
CMYK
RGB Variations
Color information
#2A246D (or 0x2A246D) is known color: Paris M. HEX triplet: 2A, 24 and 6D. RGB value is (42,36,109). Sum of RGB (Red+Green+Blue) = 42+36+109=187 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.46% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246D is #D5DB92. Grayscale: #2D2D2D. Windows color (decimal): -14015379 or 7152682. OLE color: 7152682.
HSL color Cylindrical-coordinate representation of color #2A246D: hue angle of 244.93º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A246D is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 36 | 109 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.57 |
| HSL | 244.93º | 0.5% | 0.28% | - |
| HSV(B) | 244.93º | 0.67% | 0.43% | - |
| XYZ | 4.35 | 2.86 | 14.79 | - |
| YUV | 46.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 109 | 0.61 | 0.67 | 0 | 0.57 | 244.93 | 0.5 | 0.28 |
| Hex | 2A | 24 | 6D | 3D | 43 | 0 | 39 | F5 | 32 | 1C |
| Octal | 52 | 44 | 155 | 75 | 103 | 0 | 71 | 365 | 62 | 34 |
| Binary | 101010 | 100100 | 1101101 | 111101 | 1000011 | 0 | 111001 | 11110101 | 110010 | 11100 |
Color Harmonies of #2A246D
Complementary color
Monochromatic Colors of #2A246D
Black with #2A246D
Text Example
Text Example
White with #2A246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A246D; }
p { color: rgb(42,36,109); }
H1.HeaderClassName
{
color: #2A246D;
}
.AnyTagClassName
{
color: #2A246D;
}
</style>
background-color css
<style>
a { background-color: #2A246D; }
a { background-color: rgb(42,36,109); }
div.DivClassName
{
background-color: #2A246D;
}
.BgClassName
{
background-color: #2A246D;
}
</style>
border-color css
<style>
span { border-color: #2A246D; }
span { border-color: rgb(42,36,109); }
td.TdClassName
{
border-color: #2A246D;
}
.TagClassName
{
border-color: #2A246D;
}
</style>