Shades of Paris M #2A185D
Tints of Paris M #2A185D
RGB
CMYK
RGB Variations
Color information
#2A185D (or 0x2A185D) is known color: Paris M. HEX triplet: 2A, 18 and 5D. RGB value is (42,24,93). Sum of RGB (Red+Green+Blue) = 42+24+93=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A185D is #D5E7A2. Grayscale: #242424. Windows color (decimal): -14018467 or 6101034. OLE color: 6101034.
HSL color Cylindrical-coordinate representation of color #2A185D: hue angle of 255.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A185D is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 24 | 93 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.64 |
| HSL | 255.65º | 0.59% | 0.23% | - |
| HSV(B) | 255.65º | 0.74% | 0.36% | - |
| XYZ | 3.26 | 1.94 | 10.56 | - |
| YUV | 37.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 93 | 0.55 | 0.74 | 0 | 0.64 | 255.65 | 0.59 | 0.23 |
| Hex | 2A | 18 | 5D | 37 | 4A | 0 | 40 | 100 | 3B | 17 |
| Octal | 52 | 30 | 135 | 67 | 112 | 0 | 100 | 400 | 73 | 27 |
| Binary | 101010 | 11000 | 1011101 | 110111 | 1001010 | 0 | 1000000 | 100000000 | 111011 | 10111 |
Color Harmonies of #2A185D
Complementary color
Monochromatic Colors of #2A185D
Black with #2A185D
Text Example
Text Example
White with #2A185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A185D; }
p { color: rgb(42,24,93); }
H1.HeaderClassName
{
color: #2A185D;
}
.AnyTagClassName
{
color: #2A185D;
}
</style>
background-color css
<style>
a { background-color: #2A185D; }
a { background-color: rgb(42,24,93); }
div.DivClassName
{
background-color: #2A185D;
}
.BgClassName
{
background-color: #2A185D;
}
</style>
border-color css
<style>
span { border-color: #2A185D; }
span { border-color: rgb(42,24,93); }
td.TdClassName
{
border-color: #2A185D;
}
.TagClassName
{
border-color: #2A185D;
}
</style>