Shades of Paris M #2A215E
Tints of Paris M #2A215E
RGB
CMYK
RGB Variations
Color information
#2A215E (or 0x2A215E) is known color: Paris M. HEX triplet: 2A, 21 and 5E. RGB value is (42,33,94). Sum of RGB (Red+Green+Blue) = 42+33+94=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A215E is #D5DEA1. Grayscale: #2A2A2A. Windows color (decimal): -14016162 or 6168874. OLE color: 6168874.
HSL color Cylindrical-coordinate representation of color #2A215E: hue angle of 248.85º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A215E is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 33 | 94 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.63 |
| HSL | 248.85º | 0.48% | 0.25% | - |
| HSV(B) | 248.85º | 0.65% | 0.37% | - |
| XYZ | 3.52 | 2.39 | 10.87 | - |
| YUV | 42.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 94 | 0.55 | 0.65 | 0 | 0.63 | 248.85 | 0.48 | 0.25 |
| Hex | 2A | 21 | 5E | 37 | 41 | 0 | 3F | F9 | 30 | 19 |
| Octal | 52 | 41 | 136 | 67 | 101 | 0 | 77 | 371 | 60 | 31 |
| Binary | 101010 | 100001 | 1011110 | 110111 | 1000001 | 0 | 111111 | 11111001 | 110000 | 11001 |
Color Harmonies of #2A215E
Complementary color
Monochromatic Colors of #2A215E
Black with #2A215E
Text Example
Text Example
White with #2A215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A215E; }
p { color: rgb(42,33,94); }
H1.HeaderClassName
{
color: #2A215E;
}
.AnyTagClassName
{
color: #2A215E;
}
</style>
background-color css
<style>
a { background-color: #2A215E; }
a { background-color: rgb(42,33,94); }
div.DivClassName
{
background-color: #2A215E;
}
.BgClassName
{
background-color: #2A215E;
}
</style>
border-color css
<style>
span { border-color: #2A215E; }
span { border-color: rgb(42,33,94); }
td.TdClassName
{
border-color: #2A215E;
}
.TagClassName
{
border-color: #2A215E;
}
</style>