Shades of Paris M #2B205E
Tints of Paris M #2B205E
RGB
CMYK
RGB Variations
Color information
#2B205E (or 0x2B205E) is known color: Paris M. HEX triplet: 2B, 20 and 5E. RGB value is (43,32,94). Sum of RGB (Red+Green+Blue) = 43+32+94=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B205E is #D4DFA1. Grayscale: #2A2A2A. Windows color (decimal): -13950882 or 6168619. OLE color: 6168619.
HSL color Cylindrical-coordinate representation of color #2B205E: hue angle of 250.65º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B205E is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 32 | 94 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.63 |
| HSL | 250.65º | 0.49% | 0.25% | - |
| HSV(B) | 250.65º | 0.66% | 0.37% | - |
| XYZ | 3.53 | 2.35 | 10.86 | - |
| YUV | 42.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 94 | 0.54 | 0.66 | 0 | 0.63 | 250.65 | 0.49 | 0.25 |
| Hex | 2B | 20 | 5E | 36 | 42 | 0 | 3F | FB | 31 | 19 |
| Octal | 53 | 40 | 136 | 66 | 102 | 0 | 77 | 373 | 61 | 31 |
| Binary | 101011 | 100000 | 1011110 | 110110 | 1000010 | 0 | 111111 | 11111011 | 110001 | 11001 |
Color Harmonies of #2B205E
Complementary color
Monochromatic Colors of #2B205E
Black with #2B205E
Text Example
Text Example
White with #2B205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B205E; }
p { color: rgb(43,32,94); }
H1.HeaderClassName
{
color: #2B205E;
}
.AnyTagClassName
{
color: #2B205E;
}
</style>
background-color css
<style>
a { background-color: #2B205E; }
a { background-color: rgb(43,32,94); }
div.DivClassName
{
background-color: #2B205E;
}
.BgClassName
{
background-color: #2B205E;
}
</style>
border-color css
<style>
span { border-color: #2B205E; }
span { border-color: rgb(43,32,94); }
td.TdClassName
{
border-color: #2B205E;
}
.TagClassName
{
border-color: #2B205E;
}
</style>