Shades of Paris M #2A275D
Tints of Paris M #2A275D
RGB
CMYK
RGB Variations
Color information
#2A275D (or 0x2A275D) is known color: Paris M. HEX triplet: 2A, 27 and 5D. RGB value is (42,39,93). Sum of RGB (Red+Green+Blue) = 42+39+93=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A275D is #D5D8A2. Grayscale: #2D2D2D. Windows color (decimal): -14014627 or 6104874. OLE color: 6104874.
HSL color Cylindrical-coordinate representation of color #2A275D: hue angle of 243.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A275D is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 39 | 93 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.64 |
| HSL | 243.33º | 0.41% | 0.26% | - |
| HSV(B) | 243.33º | 0.58% | 0.36% | - |
| XYZ | 3.66 | 2.73 | 10.69 | - |
| YUV | 46.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 93 | 0.55 | 0.58 | 0 | 0.64 | 243.33 | 0.41 | 0.26 |
| Hex | 2A | 27 | 5D | 37 | 3A | 0 | 40 | F3 | 29 | 1A |
| Octal | 52 | 47 | 135 | 67 | 72 | 0 | 100 | 363 | 51 | 32 |
| Binary | 101010 | 100111 | 1011101 | 110111 | 111010 | 0 | 1000000 | 11110011 | 101001 | 11010 |
Color Harmonies of #2A275D
Complementary color
Monochromatic Colors of #2A275D
Black with #2A275D
Text Example
Text Example
White with #2A275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A275D; }
p { color: rgb(42,39,93); }
H1.HeaderClassName
{
color: #2A275D;
}
.AnyTagClassName
{
color: #2A275D;
}
</style>
background-color css
<style>
a { background-color: #2A275D; }
a { background-color: rgb(42,39,93); }
div.DivClassName
{
background-color: #2A275D;
}
.BgClassName
{
background-color: #2A275D;
}
</style>
border-color css
<style>
span { border-color: #2A275D; }
span { border-color: rgb(42,39,93); }
td.TdClassName
{
border-color: #2A275D;
}
.TagClassName
{
border-color: #2A275D;
}
</style>