Shades of Paris M #2A2370
Tints of Paris M #2A2370
RGB
CMYK
RGB Variations
Color information
#2A2370 (or 0x2A2370) is known color: Paris M. HEX triplet: 2A, 23 and 70. RGB value is (42,35,112). Sum of RGB (Red+Green+Blue) = 42+35+112=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A2370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2370 is #D5DC8F. Grayscale: #2D2D2D. Windows color (decimal): -14015632 or 7349034. OLE color: 7349034.
HSL color Cylindrical-coordinate representation of color #2A2370: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A2370 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 35 | 112 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.56 |
| HSL | 245.45º | 0.52% | 0.29% | - |
| HSV(B) | 245.45º | 0.69% | 0.44% | - |
| XYZ | 4.48 | 2.86 | 15.65 | - |
| YUV | 45.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 112 | 0.62 | 0.69 | 0 | 0.56 | 245.45 | 0.52 | 0.29 |
| Hex | 2A | 23 | 70 | 3E | 45 | 0 | 38 | F5 | 34 | 1D |
| Octal | 52 | 43 | 160 | 76 | 105 | 0 | 70 | 365 | 64 | 35 |
| Binary | 101010 | 100011 | 1110000 | 111110 | 1000101 | 0 | 111000 | 11110101 | 110100 | 11101 |
Color Harmonies of #2A2370
Complementary color
Monochromatic Colors of #2A2370
Black with #2A2370
Text Example
Text Example
White with #2A2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2370; }
p { color: rgb(42,35,112); }
H1.HeaderClassName
{
color: #2A2370;
}
.AnyTagClassName
{
color: #2A2370;
}
</style>
background-color css
<style>
a { background-color: #2A2370; }
a { background-color: rgb(42,35,112); }
div.DivClassName
{
background-color: #2A2370;
}
.BgClassName
{
background-color: #2A2370;
}
</style>
border-color css
<style>
span { border-color: #2A2370; }
span { border-color: rgb(42,35,112); }
td.TdClassName
{
border-color: #2A2370;
}
.TagClassName
{
border-color: #2A2370;
}
</style>