Shades of Paris M #2A1B6C
Tints of Paris M #2A1B6C
RGB
CMYK
RGB Variations
Color information
#2A1B6C (or 0x2A1B6C) is known color: Paris M. HEX triplet: 2A, 1B and 6C. RGB value is (42,27,108). Sum of RGB (Red+Green+Blue) = 42+27+108=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A1B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A1B6C is #D5E493. Grayscale: #282828. Windows color (decimal): -14017684 or 7084842. OLE color: 7084842.
HSL color Cylindrical-coordinate representation of color #2A1B6C: hue angle of 251.11º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A1B6C is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 27 | 108 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.58 |
| HSL | 251.11º | 0.6% | 0.26% | - |
| HSV(B) | 251.11º | 0.75% | 0.42% | - |
| XYZ | 4.05 | 2.36 | 14.43 | - |
| YUV | 40.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 27 | 108 | 0.61 | 0.75 | 0 | 0.58 | 251.11 | 0.6 | 0.26 |
| Hex | 2A | 1B | 6C | 3D | 4B | 0 | 3A | FB | 3C | 1A |
| Octal | 52 | 33 | 154 | 75 | 113 | 0 | 72 | 373 | 74 | 32 |
| Binary | 101010 | 11011 | 1101100 | 111101 | 1001011 | 0 | 111010 | 11111011 | 111100 | 11010 |
Color Harmonies of #2A1B6C
Complementary color
Monochromatic Colors of #2A1B6C
Black with #2A1B6C
Text Example
Text Example
White with #2A1B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1B6C; }
p { color: rgb(42,27,108); }
H1.HeaderClassName
{
color: #2A1B6C;
}
.AnyTagClassName
{
color: #2A1B6C;
}
</style>
background-color css
<style>
a { background-color: #2A1B6C; }
a { background-color: rgb(42,27,108); }
div.DivClassName
{
background-color: #2A1B6C;
}
.BgClassName
{
background-color: #2A1B6C;
}
</style>
border-color css
<style>
span { border-color: #2A1B6C; }
span { border-color: rgb(42,27,108); }
td.TdClassName
{
border-color: #2A1B6C;
}
.TagClassName
{
border-color: #2A1B6C;
}
</style>