Shades of Paris M #2D1F5B
Tints of Paris M #2D1F5B
RGB
CMYK
RGB Variations
Color information
#2D1F5B (or 0x2D1F5B) is known color: Paris M. HEX triplet: 2D, 1F and 5B. RGB value is (45,31,91). Sum of RGB (Red+Green+Blue) = 45+31+91=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D1F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F5B is #D2E0A4. Grayscale: #292929. Windows color (decimal): -13820069 or 5971757. OLE color: 5971757.
HSL color Cylindrical-coordinate representation of color #2D1F5B: hue angle of 254º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D1F5B is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 31 | 91 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.64 |
| HSL | 254º | 0.49% | 0.24% | - |
| HSV(B) | 254º | 0.66% | 0.36% | - |
| XYZ | 3.46 | 2.29 | 10.16 | - |
| YUV | 42.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 91 | 0.51 | 0.66 | 0 | 0.64 | 254 | 0.49 | 0.24 |
| Hex | 2D | 1F | 5B | 33 | 42 | 0 | 40 | FE | 31 | 18 |
| Octal | 55 | 37 | 133 | 63 | 102 | 0 | 100 | 376 | 61 | 30 |
| Binary | 101101 | 11111 | 1011011 | 110011 | 1000010 | 0 | 1000000 | 11111110 | 110001 | 11000 |
Color Harmonies of #2D1F5B
Complementary color
Monochromatic Colors of #2D1F5B
Black with #2D1F5B
Text Example
Text Example
White with #2D1F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F5B; }
p { color: rgb(45,31,91); }
H1.HeaderClassName
{
color: #2D1F5B;
}
.AnyTagClassName
{
color: #2D1F5B;
}
</style>
background-color css
<style>
a { background-color: #2D1F5B; }
a { background-color: rgb(45,31,91); }
div.DivClassName
{
background-color: #2D1F5B;
}
.BgClassName
{
background-color: #2D1F5B;
}
</style>
border-color css
<style>
span { border-color: #2D1F5B; }
span { border-color: rgb(45,31,91); }
td.TdClassName
{
border-color: #2D1F5B;
}
.TagClassName
{
border-color: #2D1F5B;
}
</style>