Shades of Paris M #2A2467
Tints of Paris M #2A2467
RGB
CMYK
RGB Variations
Color information
#2A2467 (or 0x2A2467) is known color: Paris M. HEX triplet: 2A, 24 and 67. RGB value is (42,36,103). Sum of RGB (Red+Green+Blue) = 42+36+103=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A2467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2467 is #D5DB98. Grayscale: #2D2D2D. Windows color (decimal): -14015385 or 6759466. OLE color: 6759466.
HSL color Cylindrical-coordinate representation of color #2A2467: hue angle of 245.37º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A2467 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 36 | 103 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.60 |
| HSL | 245.37º | 0.48% | 0.27% | - |
| HSV(B) | 245.37º | 0.65% | 0.4% | - |
| XYZ | 4.03 | 2.73 | 13.15 | - |
| YUV | 45.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 103 | 0.59 | 0.65 | 0 | 0.60 | 245.37 | 0.48 | 0.27 |
| Hex | 2A | 24 | 67 | 3B | 41 | 0 | 3C | F5 | 30 | 1B |
| Octal | 52 | 44 | 147 | 73 | 101 | 0 | 74 | 365 | 60 | 33 |
| Binary | 101010 | 100100 | 1100111 | 111011 | 1000001 | 0 | 111100 | 11110101 | 110000 | 11011 |
Color Harmonies of #2A2467
Complementary color
Monochromatic Colors of #2A2467
Black with #2A2467
Text Example
Text Example
White with #2A2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2467; }
p { color: rgb(42,36,103); }
H1.HeaderClassName
{
color: #2A2467;
}
.AnyTagClassName
{
color: #2A2467;
}
</style>
background-color css
<style>
a { background-color: #2A2467; }
a { background-color: rgb(42,36,103); }
div.DivClassName
{
background-color: #2A2467;
}
.BgClassName
{
background-color: #2A2467;
}
</style>
border-color css
<style>
span { border-color: #2A2467; }
span { border-color: rgb(42,36,103); }
td.TdClassName
{
border-color: #2A2467;
}
.TagClassName
{
border-color: #2A2467;
}
</style>