Shades of Paris M #2B205D
Tints of Paris M #2B205D
RGB
CMYK
RGB Variations
Color information
#2B205D (or 0x2B205D) is known color: Paris M. HEX triplet: 2B, 20 and 5D. RGB value is (43,32,93). Sum of RGB (Red+Green+Blue) = 43+32+93=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B205D is #D4DFA2. Grayscale: #2A2A2A. Windows color (decimal): -13950883 or 6103083. OLE color: 6103083.
HSL color Cylindrical-coordinate representation of color #2B205D: hue angle of 250.82º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B205D is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 32 | 93 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.64 |
| HSL | 250.82º | 0.49% | 0.25% | - |
| HSV(B) | 250.82º | 0.66% | 0.36% | - |
| XYZ | 3.49 | 2.34 | 10.62 | - |
| YUV | 42.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 93 | 0.54 | 0.66 | 0 | 0.64 | 250.82 | 0.49 | 0.25 |
| Hex | 2B | 20 | 5D | 36 | 42 | 0 | 40 | FB | 31 | 19 |
| Octal | 53 | 40 | 135 | 66 | 102 | 0 | 100 | 373 | 61 | 31 |
| Binary | 101011 | 100000 | 1011101 | 110110 | 1000010 | 0 | 1000000 | 11111011 | 110001 | 11001 |
Color Harmonies of #2B205D
Complementary color
Monochromatic Colors of #2B205D
Black with #2B205D
Text Example
Text Example
White with #2B205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B205D; }
p { color: rgb(43,32,93); }
H1.HeaderClassName
{
color: #2B205D;
}
.AnyTagClassName
{
color: #2B205D;
}
</style>
background-color css
<style>
a { background-color: #2B205D; }
a { background-color: rgb(43,32,93); }
div.DivClassName
{
background-color: #2B205D;
}
.BgClassName
{
background-color: #2B205D;
}
</style>
border-color css
<style>
span { border-color: #2B205D; }
span { border-color: rgb(43,32,93); }
td.TdClassName
{
border-color: #2B205D;
}
.TagClassName
{
border-color: #2B205D;
}
</style>