Shades of Paris M #2A2268
Tints of Paris M #2A2268
RGB
CMYK
RGB Variations
Color information
#2A2268 (or 0x2A2268) is known color: Paris M. HEX triplet: 2A, 22 and 68. RGB value is (42,34,104). Sum of RGB (Red+Green+Blue) = 42+34+104=180 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.33% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2268 is #D5DD97. Grayscale: #2C2C2C. Windows color (decimal): -14015896 or 6824490. OLE color: 6824490.
HSL color Cylindrical-coordinate representation of color #2A2268: hue angle of 246.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A2268 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 34 | 104 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.59 |
| HSL | 246.86º | 0.51% | 0.27% | - |
| HSV(B) | 246.86º | 0.67% | 0.41% | - |
| XYZ | 4.03 | 2.64 | 13.39 | - |
| YUV | 44.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 104 | 0.60 | 0.67 | 0 | 0.59 | 246.86 | 0.51 | 0.27 |
| Hex | 2A | 22 | 68 | 3C | 43 | 0 | 3B | F7 | 33 | 1B |
| Octal | 52 | 42 | 150 | 74 | 103 | 0 | 73 | 367 | 63 | 33 |
| Binary | 101010 | 100010 | 1101000 | 111100 | 1000011 | 0 | 111011 | 11110111 | 110011 | 11011 |
Color Harmonies of #2A2268
Complementary color
Monochromatic Colors of #2A2268
Black with #2A2268
Text Example
Text Example
White with #2A2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2268; }
p { color: rgb(42,34,104); }
H1.HeaderClassName
{
color: #2A2268;
}
.AnyTagClassName
{
color: #2A2268;
}
</style>
background-color css
<style>
a { background-color: #2A2268; }
a { background-color: rgb(42,34,104); }
div.DivClassName
{
background-color: #2A2268;
}
.BgClassName
{
background-color: #2A2268;
}
</style>
border-color css
<style>
span { border-color: #2A2268; }
span { border-color: rgb(42,34,104); }
td.TdClassName
{
border-color: #2A2268;
}
.TagClassName
{
border-color: #2A2268;
}
</style>