Shades of Paris M #2D206C
Tints of Paris M #2D206C
RGB
CMYK
RGB Variations
Color information
#2D206C (or 0x2D206C) is known color: Paris M. HEX triplet: 2D, 20 and 6C. RGB value is (45,32,108). Sum of RGB (Red+Green+Blue) = 45+32+108=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D206C is #D2DF93. Grayscale: #2C2C2C. Windows color (decimal): -13819796 or 7086125. OLE color: 7086125.
HSL color Cylindrical-coordinate representation of color #2D206C: hue angle of 250.26º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D206C is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 32 | 108 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.58 |
| HSL | 250.26º | 0.54% | 0.27% | - |
| HSV(B) | 250.26º | 0.7% | 0.42% | - |
| XYZ | 4.31 | 2.67 | 14.48 | - |
| YUV | 44.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 108 | 0.58 | 0.70 | 0 | 0.58 | 250.26 | 0.54 | 0.27 |
| Hex | 2D | 20 | 6C | 3A | 46 | 0 | 3A | FA | 36 | 1B |
| Octal | 55 | 40 | 154 | 72 | 106 | 0 | 72 | 372 | 66 | 33 |
| Binary | 101101 | 100000 | 1101100 | 111010 | 1000110 | 0 | 111010 | 11111010 | 110110 | 11011 |
Color Harmonies of #2D206C
Complementary color
Monochromatic Colors of #2D206C
Black with #2D206C
Text Example
Text Example
White with #2D206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D206C; }
p { color: rgb(45,32,108); }
H1.HeaderClassName
{
color: #2D206C;
}
.AnyTagClassName
{
color: #2D206C;
}
</style>
background-color css
<style>
a { background-color: #2D206C; }
a { background-color: rgb(45,32,108); }
div.DivClassName
{
background-color: #2D206C;
}
.BgClassName
{
background-color: #2D206C;
}
</style>
border-color css
<style>
span { border-color: #2D206C; }
span { border-color: rgb(45,32,108); }
td.TdClassName
{
border-color: #2D206C;
}
.TagClassName
{
border-color: #2D206C;
}
</style>