Shades of Paris M #2C2469
Tints of Paris M #2C2469
RGB
CMYK
RGB Variations
Color information
#2C2469 (or 0x2C2469) is known color: Paris M. HEX triplet: 2C, 24 and 69. RGB value is (44,36,105). Sum of RGB (Red+Green+Blue) = 44+36+105=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2469 is #D3DB96. Grayscale: #2D2D2D. Windows color (decimal): -13884311 or 6890540. OLE color: 6890540.
HSL color Cylindrical-coordinate representation of color #2C2469: hue angle of 246.96º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C2469 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 36 | 105 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.59 |
| HSL | 246.96º | 0.49% | 0.28% | - |
| HSV(B) | 246.96º | 0.66% | 0.41% | - |
| XYZ | 4.22 | 2.82 | 13.69 | - |
| YUV | 46.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 36 | 105 | 0.58 | 0.66 | 0 | 0.59 | 246.96 | 0.49 | 0.28 |
| Hex | 2C | 24 | 69 | 3A | 42 | 0 | 3B | F7 | 31 | 1C |
| Octal | 54 | 44 | 151 | 72 | 102 | 0 | 73 | 367 | 61 | 34 |
| Binary | 101100 | 100100 | 1101001 | 111010 | 1000010 | 0 | 111011 | 11110111 | 110001 | 11100 |
Color Harmonies of #2C2469
Complementary color
Monochromatic Colors of #2C2469
Black with #2C2469
Text Example
Text Example
White with #2C2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2469; }
p { color: rgb(44,36,105); }
H1.HeaderClassName
{
color: #2C2469;
}
.AnyTagClassName
{
color: #2C2469;
}
</style>
background-color css
<style>
a { background-color: #2C2469; }
a { background-color: rgb(44,36,105); }
div.DivClassName
{
background-color: #2C2469;
}
.BgClassName
{
background-color: #2C2469;
}
</style>
border-color css
<style>
span { border-color: #2C2469; }
span { border-color: rgb(44,36,105); }
td.TdClassName
{
border-color: #2C2469;
}
.TagClassName
{
border-color: #2C2469;
}
</style>