Shades of Paris M #2C2565
Tints of Paris M #2C2565
RGB
CMYK
RGB Variations
Color information
#2C2565 (or 0x2C2565) is known color: Paris M. HEX triplet: 2C, 25 and 65. RGB value is (44,37,101). Sum of RGB (Red+Green+Blue) = 44+37+101=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2565 is #D3DA9A. Grayscale: #2E2E2E. Windows color (decimal): -13884059 or 6628652. OLE color: 6628652.
HSL color Cylindrical-coordinate representation of color #2C2565: hue angle of 246.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C2565 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 37 | 101 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.60 |
| HSL | 246.56º | 0.46% | 0.27% | - |
| HSV(B) | 246.56º | 0.63% | 0.4% | - |
| XYZ | 4.05 | 2.8 | 12.64 | - |
| YUV | 46.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 101 | 0.56 | 0.63 | 0 | 0.60 | 246.56 | 0.46 | 0.27 |
| Hex | 2C | 25 | 65 | 38 | 3F | 0 | 3C | F7 | 2E | 1B |
| Octal | 54 | 45 | 145 | 70 | 77 | 0 | 74 | 367 | 56 | 33 |
| Binary | 101100 | 100101 | 1100101 | 111000 | 111111 | 0 | 111100 | 11110111 | 101110 | 11011 |
Color Harmonies of #2C2565
Complementary color
Monochromatic Colors of #2C2565
Black with #2C2565
Text Example
Text Example
White with #2C2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2565; }
p { color: rgb(44,37,101); }
H1.HeaderClassName
{
color: #2C2565;
}
.AnyTagClassName
{
color: #2C2565;
}
</style>
background-color css
<style>
a { background-color: #2C2565; }
a { background-color: rgb(44,37,101); }
div.DivClassName
{
background-color: #2C2565;
}
.BgClassName
{
background-color: #2C2565;
}
</style>
border-color css
<style>
span { border-color: #2C2565; }
span { border-color: rgb(44,37,101); }
td.TdClassName
{
border-color: #2C2565;
}
.TagClassName
{
border-color: #2C2565;
}
</style>