Shades of Paris M #2A1967
Tints of Paris M #2A1967
RGB
CMYK
RGB Variations
Color information
#2A1967 (or 0x2A1967) is known color: Paris M. HEX triplet: 2A, 19 and 67. RGB value is (42,25,103). Sum of RGB (Red+Green+Blue) = 42+25+103=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A1967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1967 is #D5E698. Grayscale: #262626. Windows color (decimal): -14018201 or 6756650. OLE color: 6756650.
HSL color Cylindrical-coordinate representation of color #2A1967: hue angle of 253.08º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A1967 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 25 | 103 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.60 |
| HSL | 253.08º | 0.61% | 0.25% | - |
| HSV(B) | 253.08º | 0.76% | 0.4% | - |
| XYZ | 3.75 | 2.17 | 13.05 | - |
| YUV | 38.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 103 | 0.59 | 0.76 | 0 | 0.60 | 253.08 | 0.61 | 0.25 |
| Hex | 2A | 19 | 67 | 3B | 4C | 0 | 3C | FD | 3D | 19 |
| Octal | 52 | 31 | 147 | 73 | 114 | 0 | 74 | 375 | 75 | 31 |
| Binary | 101010 | 11001 | 1100111 | 111011 | 1001100 | 0 | 111100 | 11111101 | 111101 | 11001 |
Color Harmonies of #2A1967
Complementary color
Monochromatic Colors of #2A1967
Black with #2A1967
Text Example
Text Example
White with #2A1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1967; }
p { color: rgb(42,25,103); }
H1.HeaderClassName
{
color: #2A1967;
}
.AnyTagClassName
{
color: #2A1967;
}
</style>
background-color css
<style>
a { background-color: #2A1967; }
a { background-color: rgb(42,25,103); }
div.DivClassName
{
background-color: #2A1967;
}
.BgClassName
{
background-color: #2A1967;
}
</style>
border-color css
<style>
span { border-color: #2A1967; }
span { border-color: rgb(42,25,103); }
td.TdClassName
{
border-color: #2A1967;
}
.TagClassName
{
border-color: #2A1967;
}
</style>