Shades of Paris M #2A265F
Tints of Paris M #2A265F
RGB
CMYK
RGB Variations
Color information
#2A265F (or 0x2A265F) is known color: Paris M. HEX triplet: 2A, 26 and 5F. RGB value is (42,38,95). Sum of RGB (Red+Green+Blue) = 42+38+95=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A265F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A265F is #D5D9A0. Grayscale: #2D2D2D. Windows color (decimal): -14014881 or 6235690. OLE color: 6235690.
HSL color Cylindrical-coordinate representation of color #2A265F: hue angle of 244.21º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A265F is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 38 | 95 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.63 |
| HSL | 244.21º | 0.43% | 0.26% | - |
| HSV(B) | 244.21º | 0.6% | 0.37% | - |
| XYZ | 3.71 | 2.7 | 11.15 | - |
| YUV | 45.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 95 | 0.56 | 0.60 | 0 | 0.63 | 244.21 | 0.43 | 0.26 |
| Hex | 2A | 26 | 5F | 38 | 3C | 0 | 3F | F4 | 2B | 1A |
| Octal | 52 | 46 | 137 | 70 | 74 | 0 | 77 | 364 | 53 | 32 |
| Binary | 101010 | 100110 | 1011111 | 111000 | 111100 | 0 | 111111 | 11110100 | 101011 | 11010 |
Color Harmonies of #2A265F
Complementary color
Monochromatic Colors of #2A265F
Black with #2A265F
Text Example
Text Example
White with #2A265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A265F; }
p { color: rgb(42,38,95); }
H1.HeaderClassName
{
color: #2A265F;
}
.AnyTagClassName
{
color: #2A265F;
}
</style>
background-color css
<style>
a { background-color: #2A265F; }
a { background-color: rgb(42,38,95); }
div.DivClassName
{
background-color: #2A265F;
}
.BgClassName
{
background-color: #2A265F;
}
</style>
border-color css
<style>
span { border-color: #2A265F; }
span { border-color: rgb(42,38,95); }
td.TdClassName
{
border-color: #2A265F;
}
.TagClassName
{
border-color: #2A265F;
}
</style>