Shades of Paris M #2A195E
Tints of Paris M #2A195E
RGB
CMYK
RGB Variations
Color information
#2A195E (or 0x2A195E) is known color: Paris M. HEX triplet: 2A, 19 and 5E. RGB value is (42,25,94). Sum of RGB (Red+Green+Blue) = 42+25+94=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #2A195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A195E is #D5E6A1. Grayscale: #252525. Windows color (decimal): -14018210 or 6166826. OLE color: 6166826.
HSL color Cylindrical-coordinate representation of color #2A195E: hue angle of 254.78º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A195E is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 25 | 94 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.63 |
| HSL | 254.78º | 0.58% | 0.23% | - |
| HSV(B) | 254.78º | 0.73% | 0.37% | - |
| XYZ | 3.32 | 2 | 10.8 | - |
| YUV | 37.95 | 159.63 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 94 | 0.55 | 0.73 | 0 | 0.63 | 254.78 | 0.58 | 0.23 |
| Hex | 2A | 19 | 5E | 37 | 49 | 0 | 3F | FF | 3A | 17 |
| Octal | 52 | 31 | 136 | 67 | 111 | 0 | 77 | 377 | 72 | 27 |
| Binary | 101010 | 11001 | 1011110 | 110111 | 1001001 | 0 | 111111 | 11111111 | 111010 | 10111 |
Color Harmonies of #2A195E
Complementary color
Monochromatic Colors of #2A195E
Black with #2A195E
Text Example
Text Example
White with #2A195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A195E; }
p { color: rgb(42,25,94); }
H1.HeaderClassName
{
color: #2A195E;
}
.AnyTagClassName
{
color: #2A195E;
}
</style>
background-color css
<style>
a { background-color: #2A195E; }
a { background-color: rgb(42,25,94); }
div.DivClassName
{
background-color: #2A195E;
}
.BgClassName
{
background-color: #2A195E;
}
</style>
border-color css
<style>
span { border-color: #2A195E; }
span { border-color: rgb(42,25,94); }
td.TdClassName
{
border-color: #2A195E;
}
.TagClassName
{
border-color: #2A195E;
}
</style>