Shades of Paris M #2A226C
Tints of Paris M #2A226C
RGB
CMYK
RGB Variations
Color information
#2A226C (or 0x2A226C) is known color: Paris M. HEX triplet: 2A, 22 and 6C. RGB value is (42,34,108). Sum of RGB (Red+Green+Blue) = 42+34+108=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A226C is #D5DD93. Grayscale: #2C2C2C. Windows color (decimal): -14015892 or 7086634. OLE color: 7086634.
HSL color Cylindrical-coordinate representation of color #2A226C: hue angle of 246.49º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A226C is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 34 | 108 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.58 |
| HSL | 246.49º | 0.52% | 0.28% | - |
| HSV(B) | 246.49º | 0.69% | 0.42% | - |
| XYZ | 4.23 | 2.72 | 14.49 | - |
| YUV | 44.83 | 163.65 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 108 | 0.61 | 0.69 | 0 | 0.58 | 246.49 | 0.52 | 0.28 |
| Hex | 2A | 22 | 6C | 3D | 45 | 0 | 3A | F6 | 34 | 1C |
| Octal | 52 | 42 | 154 | 75 | 105 | 0 | 72 | 366 | 64 | 34 |
| Binary | 101010 | 100010 | 1101100 | 111101 | 1000101 | 0 | 111010 | 11110110 | 110100 | 11100 |
Color Harmonies of #2A226C
Complementary color
Monochromatic Colors of #2A226C
Black with #2A226C
Text Example
Text Example
White with #2A226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A226C; }
p { color: rgb(42,34,108); }
H1.HeaderClassName
{
color: #2A226C;
}
.AnyTagClassName
{
color: #2A226C;
}
</style>
background-color css
<style>
a { background-color: #2A226C; }
a { background-color: rgb(42,34,108); }
div.DivClassName
{
background-color: #2A226C;
}
.BgClassName
{
background-color: #2A226C;
}
</style>
border-color css
<style>
span { border-color: #2A226C; }
span { border-color: rgb(42,34,108); }
td.TdClassName
{
border-color: #2A226C;
}
.TagClassName
{
border-color: #2A226C;
}
</style>