Shades of Paris M #2D265C
Tints of Paris M #2D265C
RGB
CMYK
RGB Variations
Color information
#2D265C (or 0x2D265C) is known color: Paris M. HEX triplet: 2D, 26 and 5C. RGB value is (45,38,92). Sum of RGB (Red+Green+Blue) = 45+38+92=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D265C is #D2D9A3. Grayscale: #2E2E2E. Windows color (decimal): -13818276 or 6039085. OLE color: 6039085.
HSL color Cylindrical-coordinate representation of color #2D265C: hue angle of 247.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D265C is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 38 | 92 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.64 |
| HSL | 247.78º | 0.42% | 0.25% | - |
| HSV(B) | 247.78º | 0.59% | 0.36% | - |
| XYZ | 3.71 | 2.72 | 10.45 | - |
| YUV | 46.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 38 | 92 | 0.51 | 0.59 | 0 | 0.64 | 247.78 | 0.42 | 0.25 |
| Hex | 2D | 26 | 5C | 33 | 3B | 0 | 40 | F8 | 2A | 19 |
| Octal | 55 | 46 | 134 | 63 | 73 | 0 | 100 | 370 | 52 | 31 |
| Binary | 101101 | 100110 | 1011100 | 110011 | 111011 | 0 | 1000000 | 11111000 | 101010 | 11001 |
Color Harmonies of #2D265C
Complementary color
Monochromatic Colors of #2D265C
Black with #2D265C
Text Example
Text Example
White with #2D265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D265C; }
p { color: rgb(45,38,92); }
H1.HeaderClassName
{
color: #2D265C;
}
.AnyTagClassName
{
color: #2D265C;
}
</style>
background-color css
<style>
a { background-color: #2D265C; }
a { background-color: rgb(45,38,92); }
div.DivClassName
{
background-color: #2D265C;
}
.BgClassName
{
background-color: #2D265C;
}
</style>
border-color css
<style>
span { border-color: #2D265C; }
span { border-color: rgb(45,38,92); }
td.TdClassName
{
border-color: #2D265C;
}
.TagClassName
{
border-color: #2D265C;
}
</style>