Shades of Paris M #2D2066
Tints of Paris M #2D2066
RGB
CMYK
RGB Variations
Color information
#2D2066 (or 0x2D2066) is known color: Paris M. HEX triplet: 2D, 20 and 66. RGB value is (45,32,102). Sum of RGB (Red+Green+Blue) = 45+32+102=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #2D2066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2066 is #D2DF99. Grayscale: #2B2B2B. Windows color (decimal): -13819802 or 6692909. OLE color: 6692909.
HSL color Cylindrical-coordinate representation of color #2D2066: hue angle of 251.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D2066 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 45 | 32 | 102 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.6 |
| HSL | 251.14º | 0.52% | 0.26% | - |
| HSV(B) | 251.14º | 0.69% | 0.4% | - |
| XYZ | 4 | 2.55 | 12.85 | - |
| YUV | 43.87 | 160.81 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 102 | 0.56 | 0.69 | 0 | 0.6 | 251.14 | 0.52 | 0.26 |
| Hex | 2D | 20 | 66 | 38 | 45 | 0 | 3C | FB | 34 | 1A |
| Octal | 55 | 40 | 146 | 70 | 105 | 0 | 74 | 373 | 64 | 32 |
| Binary | 101101 | 100000 | 1100110 | 111000 | 1000101 | 0 | 111100 | 11111011 | 110100 | 11010 |
Color Harmonies of #2D2066
Complementary color
Monochromatic Colors of #2D2066
Black with #2D2066
Text Example
Text Example
White with #2D2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2066; }
p { color: rgb(45,32,102); }
H1.HeaderClassName
{
color: #2D2066;
}
.AnyTagClassName
{
color: #2D2066;
}
</style>
background-color css
<style>
a { background-color: #2D2066; }
a { background-color: rgb(45,32,102); }
div.DivClassName
{
background-color: #2D2066;
}
.BgClassName
{
background-color: #2D2066;
}
</style>
border-color css
<style>
span { border-color: #2D2066; }
span { border-color: rgb(45,32,102); }
td.TdClassName
{
border-color: #2D2066;
}
.TagClassName
{
border-color: #2D2066;
}
</style>