Shades of Paris M #2A215C
Tints of Paris M #2A215C
RGB
CMYK
RGB Variations
Color information
#2A215C (or 0x2A215C) is known color: Paris M. HEX triplet: 2A, 21 and 5C. RGB value is (42,33,92). Sum of RGB (Red+Green+Blue) = 42+33+92=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A215C is #D5DEA3. Grayscale: #2A2A2A. Windows color (decimal): -14016164 or 6037802. OLE color: 6037802.
HSL color Cylindrical-coordinate representation of color #2A215C: hue angle of 249.15º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A215C is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 33 | 92 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.64 |
| HSL | 249.15º | 0.47% | 0.25% | - |
| HSV(B) | 249.15º | 0.64% | 0.36% | - |
| XYZ | 3.43 | 2.35 | 10.4 | - |
| YUV | 42.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 92 | 0.54 | 0.64 | 0 | 0.64 | 249.15 | 0.47 | 0.25 |
| Hex | 2A | 21 | 5C | 36 | 40 | 0 | 40 | F9 | 2F | 19 |
| Octal | 52 | 41 | 134 | 66 | 100 | 0 | 100 | 371 | 57 | 31 |
| Binary | 101010 | 100001 | 1011100 | 110110 | 1000000 | 0 | 1000000 | 11111001 | 101111 | 11001 |
Color Harmonies of #2A215C
Complementary color
Monochromatic Colors of #2A215C
Black with #2A215C
Text Example
Text Example
White with #2A215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A215C; }
p { color: rgb(42,33,92); }
H1.HeaderClassName
{
color: #2A215C;
}
.AnyTagClassName
{
color: #2A215C;
}
</style>
background-color css
<style>
a { background-color: #2A215C; }
a { background-color: rgb(42,33,92); }
div.DivClassName
{
background-color: #2A215C;
}
.BgClassName
{
background-color: #2A215C;
}
</style>
border-color css
<style>
span { border-color: #2A215C; }
span { border-color: rgb(42,33,92); }
td.TdClassName
{
border-color: #2A215C;
}
.TagClassName
{
border-color: #2A215C;
}
</style>