Shades of Paris M #2D2467
Tints of Paris M #2D2467
RGB
CMYK
RGB Variations
Color information
#2D2467 (or 0x2D2467) is known color: Paris M. HEX triplet: 2D, 24 and 67. RGB value is (45,36,103). Sum of RGB (Red+Green+Blue) = 45+36+103=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 103 (40.62% from 255 or 55.98% from 184); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2467 is #D2DB98. Grayscale: #2E2E2E. Windows color (decimal): -13818777 or 6759469. OLE color: 6759469.
HSL color Cylindrical-coordinate representation of color #2D2467: hue angle of 248.06º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D2467 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 36 | 103 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.60 |
| HSL | 248.06º | 0.48% | 0.27% | - |
| HSV(B) | 248.06º | 0.65% | 0.4% | - |
| XYZ | 4.16 | 2.8 | 13.15 | - |
| YUV | 46.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 36 | 103 | 0.56 | 0.65 | 0 | 0.60 | 248.06 | 0.48 | 0.27 |
| Hex | 2D | 24 | 67 | 38 | 41 | 0 | 3C | F8 | 30 | 1B |
| Octal | 55 | 44 | 147 | 70 | 101 | 0 | 74 | 370 | 60 | 33 |
| Binary | 101101 | 100100 | 1100111 | 111000 | 1000001 | 0 | 111100 | 11111000 | 110000 | 11011 |
Color Harmonies of #2D2467
Complementary color
Monochromatic Colors of #2D2467
Black with #2D2467
Text Example
Text Example
White with #2D2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2467; }
p { color: rgb(45,36,103); }
H1.HeaderClassName
{
color: #2D2467;
}
.AnyTagClassName
{
color: #2D2467;
}
</style>
background-color css
<style>
a { background-color: #2D2467; }
a { background-color: rgb(45,36,103); }
div.DivClassName
{
background-color: #2D2467;
}
.BgClassName
{
background-color: #2D2467;
}
</style>
border-color css
<style>
span { border-color: #2D2467; }
span { border-color: rgb(45,36,103); }
td.TdClassName
{
border-color: #2D2467;
}
.TagClassName
{
border-color: #2D2467;
}
</style>