Shades of Paris M #2A206D
Tints of Paris M #2A206D
RGB
CMYK
RGB Variations
Color information
#2A206D (or 0x2A206D) is known color: Paris M. HEX triplet: 2A, 20 and 6D. RGB value is (42,32,109). Sum of RGB (Red+Green+Blue) = 42+32+109=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A206D is #D5DF92. Grayscale: #2B2B2B. Windows color (decimal): -14016403 or 7151658. OLE color: 7151658.
HSL color Cylindrical-coordinate representation of color #2A206D: hue angle of 247.79º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A206D is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 32 | 109 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.57 |
| HSL | 247.79º | 0.55% | 0.28% | - |
| HSV(B) | 247.79º | 0.71% | 0.43% | - |
| XYZ | 4.23 | 2.63 | 14.75 | - |
| YUV | 43.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 109 | 0.61 | 0.71 | 0 | 0.57 | 247.79 | 0.55 | 0.28 |
| Hex | 2A | 20 | 6D | 3D | 47 | 0 | 39 | F8 | 37 | 1C |
| Octal | 52 | 40 | 155 | 75 | 107 | 0 | 71 | 370 | 67 | 34 |
| Binary | 101010 | 100000 | 1101101 | 111101 | 1000111 | 0 | 111001 | 11111000 | 110111 | 11100 |
Color Harmonies of #2A206D
Complementary color
Monochromatic Colors of #2A206D
Black with #2A206D
Text Example
Text Example
White with #2A206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A206D; }
p { color: rgb(42,32,109); }
H1.HeaderClassName
{
color: #2A206D;
}
.AnyTagClassName
{
color: #2A206D;
}
</style>
background-color css
<style>
a { background-color: #2A206D; }
a { background-color: rgb(42,32,109); }
div.DivClassName
{
background-color: #2A206D;
}
.BgClassName
{
background-color: #2A206D;
}
</style>
border-color css
<style>
span { border-color: #2A206D; }
span { border-color: rgb(42,32,109); }
td.TdClassName
{
border-color: #2A206D;
}
.TagClassName
{
border-color: #2A206D;
}
</style>