Shades of Paris M #2A2665
Tints of Paris M #2A2665
RGB
CMYK
RGB Variations
Color information
#2A2665 (or 0x2A2665) is known color: Paris M. HEX triplet: 2A, 26 and 65. RGB value is (42,38,101). Sum of RGB (Red+Green+Blue) = 42+38+101=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A2665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2665 is #D5D99A. Grayscale: #2E2E2E. Windows color (decimal): -14014875 or 6628906. OLE color: 6628906.
HSL color Cylindrical-coordinate representation of color #2A2665: hue angle of 243.81º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2665 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 38 | 101 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.60 |
| HSL | 243.81º | 0.45% | 0.27% | - |
| HSV(B) | 243.81º | 0.62% | 0.4% | - |
| XYZ | 4 | 2.82 | 12.65 | - |
| YUV | 46.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 101 | 0.58 | 0.62 | 0 | 0.60 | 243.81 | 0.45 | 0.27 |
| Hex | 2A | 26 | 65 | 3A | 3E | 0 | 3C | F4 | 2D | 1B |
| Octal | 52 | 46 | 145 | 72 | 76 | 0 | 74 | 364 | 55 | 33 |
| Binary | 101010 | 100110 | 1100101 | 111010 | 111110 | 0 | 111100 | 11110100 | 101101 | 11011 |
Color Harmonies of #2A2665
Complementary color
Monochromatic Colors of #2A2665
Black with #2A2665
Text Example
Text Example
White with #2A2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2665; }
p { color: rgb(42,38,101); }
H1.HeaderClassName
{
color: #2A2665;
}
.AnyTagClassName
{
color: #2A2665;
}
</style>
background-color css
<style>
a { background-color: #2A2665; }
a { background-color: rgb(42,38,101); }
div.DivClassName
{
background-color: #2A2665;
}
.BgClassName
{
background-color: #2A2665;
}
</style>
border-color css
<style>
span { border-color: #2A2665; }
span { border-color: rgb(42,38,101); }
td.TdClassName
{
border-color: #2A2665;
}
.TagClassName
{
border-color: #2A2665;
}
</style>