Shades of Paris M #2A1965
Tints of Paris M #2A1965
RGB
CMYK
RGB Variations
Color information
#2A1965 (or 0x2A1965) is known color: Paris M. HEX triplet: 2A, 19 and 65. RGB value is (42,25,101). Sum of RGB (Red+Green+Blue) = 42+25+101=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A1965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1965 is #D5E69A. Grayscale: #262626. Windows color (decimal): -14018203 or 6625578. OLE color: 6625578.
HSL color Cylindrical-coordinate representation of color #2A1965: hue angle of 253.42º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1965 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 25 | 101 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.60 |
| HSL | 253.42º | 0.6% | 0.25% | - |
| HSV(B) | 253.42º | 0.75% | 0.4% | - |
| XYZ | 3.65 | 2.13 | 12.53 | - |
| YUV | 38.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 101 | 0.58 | 0.75 | 0 | 0.60 | 253.42 | 0.6 | 0.25 |
| Hex | 2A | 19 | 65 | 3A | 4B | 0 | 3C | FD | 3C | 19 |
| Octal | 52 | 31 | 145 | 72 | 113 | 0 | 74 | 375 | 74 | 31 |
| Binary | 101010 | 11001 | 1100101 | 111010 | 1001011 | 0 | 111100 | 11111101 | 111100 | 11001 |
Color Harmonies of #2A1965
Complementary color
Monochromatic Colors of #2A1965
Black with #2A1965
Text Example
Text Example
White with #2A1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1965; }
p { color: rgb(42,25,101); }
H1.HeaderClassName
{
color: #2A1965;
}
.AnyTagClassName
{
color: #2A1965;
}
</style>
background-color css
<style>
a { background-color: #2A1965; }
a { background-color: rgb(42,25,101); }
div.DivClassName
{
background-color: #2A1965;
}
.BgClassName
{
background-color: #2A1965;
}
</style>
border-color css
<style>
span { border-color: #2A1965; }
span { border-color: rgb(42,25,101); }
td.TdClassName
{
border-color: #2A1965;
}
.TagClassName
{
border-color: #2A1965;
}
</style>