Shades of Paris M #2A2066
Tints of Paris M #2A2066
RGB
CMYK
RGB Variations
Color information
#2A2066 (or 0x2A2066) is known color: Paris M. HEX triplet: 2A, 20 and 66. RGB value is (42,32,102). Sum of RGB (Red+Green+Blue) = 42+32+102=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A2066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2066 is #D5DF99. Grayscale: #2A2A2A. Windows color (decimal): -14016410 or 6692906. OLE color: 6692906.
HSL color Cylindrical-coordinate representation of color #2A2066: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A2066 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 32 | 102 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.6 |
| HSL | 248.57º | 0.52% | 0.26% | - |
| HSV(B) | 248.57º | 0.69% | 0.4% | - |
| XYZ | 3.87 | 2.48 | 12.85 | - |
| YUV | 42.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 102 | 0.59 | 0.69 | 0 | 0.6 | 248.57 | 0.52 | 0.26 |
| Hex | 2A | 20 | 66 | 3B | 45 | 0 | 3C | F9 | 34 | 1A |
| Octal | 52 | 40 | 146 | 73 | 105 | 0 | 74 | 371 | 64 | 32 |
| Binary | 101010 | 100000 | 1100110 | 111011 | 1000101 | 0 | 111100 | 11111001 | 110100 | 11010 |
Color Harmonies of #2A2066
Complementary color
Monochromatic Colors of #2A2066
Black with #2A2066
Text Example
Text Example
White with #2A2066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2066; }
p { color: rgb(42,32,102); }
H1.HeaderClassName
{
color: #2A2066;
}
.AnyTagClassName
{
color: #2A2066;
}
</style>
background-color css
<style>
a { background-color: #2A2066; }
a { background-color: rgb(42,32,102); }
div.DivClassName
{
background-color: #2A2066;
}
.BgClassName
{
background-color: #2A2066;
}
</style>
border-color css
<style>
span { border-color: #2A2066; }
span { border-color: rgb(42,32,102); }
td.TdClassName
{
border-color: #2A2066;
}
.TagClassName
{
border-color: #2A2066;
}
</style>