Shades of Paris M #2A2861
Tints of Paris M #2A2861
RGB
CMYK
RGB Variations
Color information
#2A2861 (or 0x2A2861) is known color: Paris M. HEX triplet: 2A, 28 and 61. RGB value is (42,40,97). Sum of RGB (Red+Green+Blue) = 42+40+97=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A2861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2861 is #D5D79E. Grayscale: #2E2E2E. Windows color (decimal): -14014367 or 6367274. OLE color: 6367274.
HSL color Cylindrical-coordinate representation of color #2A2861: hue angle of 242.11º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A2861 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 40 | 97 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.62 |
| HSL | 242.11º | 0.42% | 0.27% | - |
| HSV(B) | 242.11º | 0.59% | 0.38% | - |
| XYZ | 3.87 | 2.87 | 11.66 | - |
| YUV | 47.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 97 | 0.57 | 0.59 | 0 | 0.62 | 242.11 | 0.42 | 0.27 |
| Hex | 2A | 28 | 61 | 39 | 3B | 0 | 3E | F2 | 2A | 1B |
| Octal | 52 | 50 | 141 | 71 | 73 | 0 | 76 | 362 | 52 | 33 |
| Binary | 101010 | 101000 | 1100001 | 111001 | 111011 | 0 | 111110 | 11110010 | 101010 | 11011 |
Color Harmonies of #2A2861
Complementary color
Monochromatic Colors of #2A2861
Black with #2A2861
Text Example
Text Example
White with #2A2861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2861; }
p { color: rgb(42,40,97); }
H1.HeaderClassName
{
color: #2A2861;
}
.AnyTagClassName
{
color: #2A2861;
}
</style>
background-color css
<style>
a { background-color: #2A2861; }
a { background-color: rgb(42,40,97); }
div.DivClassName
{
background-color: #2A2861;
}
.BgClassName
{
background-color: #2A2861;
}
</style>
border-color css
<style>
span { border-color: #2A2861; }
span { border-color: rgb(42,40,97); }
td.TdClassName
{
border-color: #2A2861;
}
.TagClassName
{
border-color: #2A2861;
}
</style>