Shades of Paris M #2A236A
Tints of Paris M #2A236A
RGB
CMYK
RGB Variations
Color information
#2A236A (or 0x2A236A) is known color: Paris M. HEX triplet: 2A, 23 and 6A. RGB value is (42,35,106). Sum of RGB (Red+Green+Blue) = 42+35+106=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A236A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236A is #D5DC95. Grayscale: #2C2C2C. Windows color (decimal): -14015638 or 6955818. OLE color: 6955818.
HSL color Cylindrical-coordinate representation of color #2A236A: hue angle of 245.92º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A236A is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 35 | 106 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.58 |
| HSL | 245.92º | 0.5% | 0.28% | - |
| HSV(B) | 245.92º | 0.67% | 0.42% | - |
| XYZ | 4.16 | 2.73 | 13.94 | - |
| YUV | 45.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 106 | 0.60 | 0.67 | 0 | 0.58 | 245.92 | 0.5 | 0.28 |
| Hex | 2A | 23 | 6A | 3C | 43 | 0 | 3A | F6 | 32 | 1C |
| Octal | 52 | 43 | 152 | 74 | 103 | 0 | 72 | 366 | 62 | 34 |
| Binary | 101010 | 100011 | 1101010 | 111100 | 1000011 | 0 | 111010 | 11110110 | 110010 | 11100 |
Color Harmonies of #2A236A
Complementary color
Monochromatic Colors of #2A236A
Black with #2A236A
Text Example
Text Example
White with #2A236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A236A; }
p { color: rgb(42,35,106); }
H1.HeaderClassName
{
color: #2A236A;
}
.AnyTagClassName
{
color: #2A236A;
}
</style>
background-color css
<style>
a { background-color: #2A236A; }
a { background-color: rgb(42,35,106); }
div.DivClassName
{
background-color: #2A236A;
}
.BgClassName
{
background-color: #2A236A;
}
</style>
border-color css
<style>
span { border-color: #2A236A; }
span { border-color: rgb(42,35,106); }
td.TdClassName
{
border-color: #2A236A;
}
.TagClassName
{
border-color: #2A236A;
}
</style>