Shades of Paris M #2B205A
Tints of Paris M #2B205A
RGB
CMYK
RGB Variations
Color information
#2B205A (or 0x2B205A) is known color: Paris M. HEX triplet: 2B, 20 and 5A. RGB value is (43,32,90). Sum of RGB (Red+Green+Blue) = 43+32+90=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B205A is #D4DFA5. Grayscale: #292929. Windows color (decimal): -13950886 or 5906475. OLE color: 5906475.
HSL color Cylindrical-coordinate representation of color #2B205A: hue angle of 251.38º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B205A is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 32 | 90 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.65 |
| HSL | 251.38º | 0.48% | 0.24% | - |
| HSV(B) | 251.38º | 0.64% | 0.35% | - |
| XYZ | 3.36 | 2.28 | 9.94 | - |
| YUV | 41.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 90 | 0.52 | 0.64 | 0 | 0.65 | 251.38 | 0.48 | 0.24 |
| Hex | 2B | 20 | 5A | 34 | 40 | 0 | 41 | FB | 30 | 18 |
| Octal | 53 | 40 | 132 | 64 | 100 | 0 | 101 | 373 | 60 | 30 |
| Binary | 101011 | 100000 | 1011010 | 110100 | 1000000 | 0 | 1000001 | 11111011 | 110000 | 11000 |
Color Harmonies of #2B205A
Complementary color
Monochromatic Colors of #2B205A
Black with #2B205A
Text Example
Text Example
White with #2B205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B205A; }
p { color: rgb(43,32,90); }
H1.HeaderClassName
{
color: #2B205A;
}
.AnyTagClassName
{
color: #2B205A;
}
</style>
background-color css
<style>
a { background-color: #2B205A; }
a { background-color: rgb(43,32,90); }
div.DivClassName
{
background-color: #2B205A;
}
.BgClassName
{
background-color: #2B205A;
}
</style>
border-color css
<style>
span { border-color: #2B205A; }
span { border-color: rgb(43,32,90); }
td.TdClassName
{
border-color: #2B205A;
}
.TagClassName
{
border-color: #2B205A;
}
</style>