Shades of Paris M #2A2168
Tints of Paris M #2A2168
RGB
CMYK
RGB Variations
Color information
#2A2168 (or 0x2A2168) is known color: Paris M. HEX triplet: 2A, 21 and 68. RGB value is (42,33,104). Sum of RGB (Red+Green+Blue) = 42+33+104=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A2168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2168 is #D5DE97. Grayscale: #2B2B2B. Windows color (decimal): -14016152 or 6824234. OLE color: 6824234.
HSL color Cylindrical-coordinate representation of color #2A2168: hue angle of 247.61º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A2168 is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 33 | 104 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.59 |
| HSL | 247.61º | 0.52% | 0.27% | - |
| HSV(B) | 247.61º | 0.68% | 0.41% | - |
| XYZ | 4 | 2.58 | 13.38 | - |
| YUV | 43.79 | 161.98 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 104 | 0.60 | 0.68 | 0 | 0.59 | 247.61 | 0.52 | 0.27 |
| Hex | 2A | 21 | 68 | 3C | 44 | 0 | 3B | F8 | 34 | 1B |
| Octal | 52 | 41 | 150 | 74 | 104 | 0 | 73 | 370 | 64 | 33 |
| Binary | 101010 | 100001 | 1101000 | 111100 | 1000100 | 0 | 111011 | 11111000 | 110100 | 11011 |
Color Harmonies of #2A2168
Complementary color
Monochromatic Colors of #2A2168
Black with #2A2168
Text Example
Text Example
White with #2A2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2168; }
p { color: rgb(42,33,104); }
H1.HeaderClassName
{
color: #2A2168;
}
.AnyTagClassName
{
color: #2A2168;
}
</style>
background-color css
<style>
a { background-color: #2A2168; }
a { background-color: rgb(42,33,104); }
div.DivClassName
{
background-color: #2A2168;
}
.BgClassName
{
background-color: #2A2168;
}
</style>
border-color css
<style>
span { border-color: #2A2168; }
span { border-color: rgb(42,33,104); }
td.TdClassName
{
border-color: #2A2168;
}
.TagClassName
{
border-color: #2A2168;
}
</style>