Shades of Paris M #2C205A
Tints of Paris M #2C205A
RGB
CMYK
RGB Variations
Color information
#2C205A (or 0x2C205A) is known color: Paris M. HEX triplet: 2C, 20 and 5A. RGB value is (44,32,90). Sum of RGB (Red+Green+Blue) = 44+32+90=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C205A is #D3DFA5. Grayscale: #292929. Windows color (decimal): -13885350 or 5906476. OLE color: 5906476.
HSL color Cylindrical-coordinate representation of color #2C205A: hue angle of 252.41º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C205A is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 32 | 90 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.65 |
| HSL | 252.41º | 0.48% | 0.24% | - |
| HSV(B) | 252.41º | 0.64% | 0.35% | - |
| XYZ | 3.4 | 2.31 | 9.94 | - |
| YUV | 42.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 32 | 90 | 0.51 | 0.64 | 0 | 0.65 | 252.41 | 0.48 | 0.24 |
| Hex | 2C | 20 | 5A | 33 | 40 | 0 | 41 | FC | 30 | 18 |
| Octal | 54 | 40 | 132 | 63 | 100 | 0 | 101 | 374 | 60 | 30 |
| Binary | 101100 | 100000 | 1011010 | 110011 | 1000000 | 0 | 1000001 | 11111100 | 110000 | 11000 |
Color Harmonies of #2C205A
Complementary color
Monochromatic Colors of #2C205A
Black with #2C205A
Text Example
Text Example
White with #2C205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C205A; }
p { color: rgb(44,32,90); }
H1.HeaderClassName
{
color: #2C205A;
}
.AnyTagClassName
{
color: #2C205A;
}
</style>
background-color css
<style>
a { background-color: #2C205A; }
a { background-color: rgb(44,32,90); }
div.DivClassName
{
background-color: #2C205A;
}
.BgClassName
{
background-color: #2C205A;
}
</style>
border-color css
<style>
span { border-color: #2C205A; }
span { border-color: rgb(44,32,90); }
td.TdClassName
{
border-color: #2C205A;
}
.TagClassName
{
border-color: #2C205A;
}
</style>