Shades of Paris M #2A216F
Tints of Paris M #2A216F
RGB
CMYK
RGB Variations
Color information
#2A216F (or 0x2A216F) is known color: Paris M. HEX triplet: 2A, 21 and 6F. RGB value is (42,33,111). Sum of RGB (Red+Green+Blue) = 42+33+111=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A216F is #D5DE90. Grayscale: #2C2C2C. Windows color (decimal): -14016145 or 7282986. OLE color: 7282986.
HSL color Cylindrical-coordinate representation of color #2A216F: hue angle of 246.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A216F is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 33 | 111 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.56 |
| HSL | 246.92º | 0.54% | 0.28% | - |
| HSV(B) | 246.92º | 0.7% | 0.44% | - |
| XYZ | 4.37 | 2.73 | 15.34 | - |
| YUV | 44.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 111 | 0.62 | 0.70 | 0 | 0.56 | 246.92 | 0.54 | 0.28 |
| Hex | 2A | 21 | 6F | 3E | 46 | 0 | 38 | F7 | 36 | 1C |
| Octal | 52 | 41 | 157 | 76 | 106 | 0 | 70 | 367 | 66 | 34 |
| Binary | 101010 | 100001 | 1101111 | 111110 | 1000110 | 0 | 111000 | 11110111 | 110110 | 11100 |
Color Harmonies of #2A216F
Complementary color
Monochromatic Colors of #2A216F
Black with #2A216F
Text Example
Text Example
White with #2A216F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A216F; }
p { color: rgb(42,33,111); }
H1.HeaderClassName
{
color: #2A216F;
}
.AnyTagClassName
{
color: #2A216F;
}
</style>
background-color css
<style>
a { background-color: #2A216F; }
a { background-color: rgb(42,33,111); }
div.DivClassName
{
background-color: #2A216F;
}
.BgClassName
{
background-color: #2A216F;
}
</style>
border-color css
<style>
span { border-color: #2A216F; }
span { border-color: rgb(42,33,111); }
td.TdClassName
{
border-color: #2A216F;
}
.TagClassName
{
border-color: #2A216F;
}
</style>