Shades of Paris M #2A205D
Tints of Paris M #2A205D
RGB
CMYK
RGB Variations
Color information
#2A205D (or 0x2A205D) is known color: Paris M. HEX triplet: 2A, 20 and 5D. RGB value is (42,32,93). Sum of RGB (Red+Green+Blue) = 42+32+93=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A205D is #D5DFA2. Grayscale: #292929. Windows color (decimal): -14016419 or 6103082. OLE color: 6103082.
HSL color Cylindrical-coordinate representation of color #2A205D: hue angle of 249.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A205D is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 32 | 93 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.64 |
| HSL | 249.84º | 0.49% | 0.25% | - |
| HSV(B) | 249.84º | 0.66% | 0.36% | - |
| XYZ | 3.45 | 2.32 | 10.62 | - |
| YUV | 41.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 93 | 0.55 | 0.66 | 0 | 0.64 | 249.84 | 0.49 | 0.25 |
| Hex | 2A | 20 | 5D | 37 | 42 | 0 | 40 | FA | 31 | 19 |
| Octal | 52 | 40 | 135 | 67 | 102 | 0 | 100 | 372 | 61 | 31 |
| Binary | 101010 | 100000 | 1011101 | 110111 | 1000010 | 0 | 1000000 | 11111010 | 110001 | 11001 |
Color Harmonies of #2A205D
Complementary color
Monochromatic Colors of #2A205D
Black with #2A205D
Text Example
Text Example
White with #2A205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A205D; }
p { color: rgb(42,32,93); }
H1.HeaderClassName
{
color: #2A205D;
}
.AnyTagClassName
{
color: #2A205D;
}
</style>
background-color css
<style>
a { background-color: #2A205D; }
a { background-color: rgb(42,32,93); }
div.DivClassName
{
background-color: #2A205D;
}
.BgClassName
{
background-color: #2A205D;
}
</style>
border-color css
<style>
span { border-color: #2A205D; }
span { border-color: rgb(42,32,93); }
td.TdClassName
{
border-color: #2A205D;
}
.TagClassName
{
border-color: #2A205D;
}
</style>