Shades of Paris M #2A195C
Tints of Paris M #2A195C
RGB
CMYK
RGB Variations
Color information
#2A195C (or 0x2A195C) is known color: Paris M. HEX triplet: 2A, 19 and 5C. RGB value is (42,25,92). Sum of RGB (Red+Green+Blue) = 42+25+92=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A195C is #D5E6A3. Grayscale: #252525. Windows color (decimal): -14018212 or 6035754. OLE color: 6035754.
HSL color Cylindrical-coordinate representation of color #2A195C: hue angle of 255.22º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A195C is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 25 | 92 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.64 |
| HSL | 255.22º | 0.57% | 0.23% | - |
| HSV(B) | 255.22º | 0.73% | 0.36% | - |
| XYZ | 3.23 | 1.96 | 10.33 | - |
| YUV | 37.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 92 | 0.54 | 0.73 | 0 | 0.64 | 255.22 | 0.57 | 0.23 |
| Hex | 2A | 19 | 5C | 36 | 49 | 0 | 40 | FF | 39 | 17 |
| Octal | 52 | 31 | 134 | 66 | 111 | 0 | 100 | 377 | 71 | 27 |
| Binary | 101010 | 11001 | 1011100 | 110110 | 1001001 | 0 | 1000000 | 11111111 | 111001 | 10111 |
Color Harmonies of #2A195C
Complementary color
Monochromatic Colors of #2A195C
Black with #2A195C
Text Example
Text Example
White with #2A195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A195C; }
p { color: rgb(42,25,92); }
H1.HeaderClassName
{
color: #2A195C;
}
.AnyTagClassName
{
color: #2A195C;
}
</style>
background-color css
<style>
a { background-color: #2A195C; }
a { background-color: rgb(42,25,92); }
div.DivClassName
{
background-color: #2A195C;
}
.BgClassName
{
background-color: #2A195C;
}
</style>
border-color css
<style>
span { border-color: #2A195C; }
span { border-color: rgb(42,25,92); }
td.TdClassName
{
border-color: #2A195C;
}
.TagClassName
{
border-color: #2A195C;
}
</style>