Shades of Paris M #2A1761
Tints of Paris M #2A1761
RGB
CMYK
RGB Variations
Color information
#2A1761 (or 0x2A1761) is known color: Paris M. HEX triplet: 2A, 17 and 61. RGB value is (42,23,97). Sum of RGB (Red+Green+Blue) = 42+23+97=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A1761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1761 is #D5E89E. Grayscale: #242424. Windows color (decimal): -14018719 or 6362922. OLE color: 6362922.
HSL color Cylindrical-coordinate representation of color #2A1761: hue angle of 255.41º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1761 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 23 | 97 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.62 |
| HSL | 255.41º | 0.62% | 0.24% | - |
| HSV(B) | 255.41º | 0.76% | 0.38% | - |
| XYZ | 3.42 | 1.97 | 11.51 | - |
| YUV | 37.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 97 | 0.57 | 0.76 | 0 | 0.62 | 255.41 | 0.62 | 0.24 |
| Hex | 2A | 17 | 61 | 39 | 4C | 0 | 3E | FF | 3E | 18 |
| Octal | 52 | 27 | 141 | 71 | 114 | 0 | 76 | 377 | 76 | 30 |
| Binary | 101010 | 10111 | 1100001 | 111001 | 1001100 | 0 | 111110 | 11111111 | 111110 | 11000 |
Color Harmonies of #2A1761
Complementary color
Monochromatic Colors of #2A1761
Black with #2A1761
Text Example
Text Example
White with #2A1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1761; }
p { color: rgb(42,23,97); }
H1.HeaderClassName
{
color: #2A1761;
}
.AnyTagClassName
{
color: #2A1761;
}
</style>
background-color css
<style>
a { background-color: #2A1761; }
a { background-color: rgb(42,23,97); }
div.DivClassName
{
background-color: #2A1761;
}
.BgClassName
{
background-color: #2A1761;
}
</style>
border-color css
<style>
span { border-color: #2A1761; }
span { border-color: rgb(42,23,97); }
td.TdClassName
{
border-color: #2A1761;
}
.TagClassName
{
border-color: #2A1761;
}
</style>