Shades of Paris M #2D1E5B
Tints of Paris M #2D1E5B
RGB
CMYK
RGB Variations
Color information
#2D1E5B (or 0x2D1E5B) is known color: Paris M. HEX triplet: 2D, 1E and 5B. RGB value is (45,30,91). Sum of RGB (Red+Green+Blue) = 45+30+91=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D1E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1E5B is #D2E1A4. Grayscale: #292929. Windows color (decimal): -13820325 or 5971501. OLE color: 5971501.
HSL color Cylindrical-coordinate representation of color #2D1E5B: hue angle of 254.75º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D1E5B is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 30 | 91 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.64 |
| HSL | 254.75º | 0.5% | 0.24% | - |
| HSV(B) | 254.75º | 0.67% | 0.36% | - |
| XYZ | 3.43 | 2.24 | 10.15 | - |
| YUV | 41.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 91 | 0.51 | 0.67 | 0 | 0.64 | 254.75 | 0.5 | 0.24 |
| Hex | 2D | 1E | 5B | 33 | 43 | 0 | 40 | FF | 32 | 18 |
| Octal | 55 | 36 | 133 | 63 | 103 | 0 | 100 | 377 | 62 | 30 |
| Binary | 101101 | 11110 | 1011011 | 110011 | 1000011 | 0 | 1000000 | 11111111 | 110010 | 11000 |
Color Harmonies of #2D1E5B
Complementary color
Monochromatic Colors of #2D1E5B
Black with #2D1E5B
Text Example
Text Example
White with #2D1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1E5B; }
p { color: rgb(45,30,91); }
H1.HeaderClassName
{
color: #2D1E5B;
}
.AnyTagClassName
{
color: #2D1E5B;
}
</style>
background-color css
<style>
a { background-color: #2D1E5B; }
a { background-color: rgb(45,30,91); }
div.DivClassName
{
background-color: #2D1E5B;
}
.BgClassName
{
background-color: #2D1E5B;
}
</style>
border-color css
<style>
span { border-color: #2D1E5B; }
span { border-color: rgb(45,30,91); }
td.TdClassName
{
border-color: #2D1E5B;
}
.TagClassName
{
border-color: #2D1E5B;
}
</style>