Shades of Paris M #2A196A
Tints of Paris M #2A196A
RGB
CMYK
RGB Variations
Color information
#2A196A (or 0x2A196A) is known color: Paris M. HEX triplet: 2A, 19 and 6A. RGB value is (42,25,106). Sum of RGB (Red+Green+Blue) = 42+25+106=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A196A is #D5E695. Grayscale: #272727. Windows color (decimal): -14018198 or 6953258. OLE color: 6953258.
HSL color Cylindrical-coordinate representation of color #2A196A: hue angle of 252.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A196A is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 25 | 106 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.58 |
| HSL | 252.59º | 0.62% | 0.26% | - |
| HSV(B) | 252.59º | 0.76% | 0.42% | - |
| XYZ | 3.9 | 2.23 | 13.86 | - |
| YUV | 39.32 | 165.63 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 106 | 0.60 | 0.76 | 0 | 0.58 | 252.59 | 0.62 | 0.26 |
| Hex | 2A | 19 | 6A | 3C | 4C | 0 | 3A | FD | 3E | 1A |
| Octal | 52 | 31 | 152 | 74 | 114 | 0 | 72 | 375 | 76 | 32 |
| Binary | 101010 | 11001 | 1101010 | 111100 | 1001100 | 0 | 111010 | 11111101 | 111110 | 11010 |
Color Harmonies of #2A196A
Complementary color
Monochromatic Colors of #2A196A
Black with #2A196A
Text Example
Text Example
White with #2A196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A196A; }
p { color: rgb(42,25,106); }
H1.HeaderClassName
{
color: #2A196A;
}
.AnyTagClassName
{
color: #2A196A;
}
</style>
background-color css
<style>
a { background-color: #2A196A; }
a { background-color: rgb(42,25,106); }
div.DivClassName
{
background-color: #2A196A;
}
.BgClassName
{
background-color: #2A196A;
}
</style>
border-color css
<style>
span { border-color: #2A196A; }
span { border-color: rgb(42,25,106); }
td.TdClassName
{
border-color: #2A196A;
}
.TagClassName
{
border-color: #2A196A;
}
</style>