Shades of Paris M #2A2866
Tints of Paris M #2A2866
RGB
CMYK
RGB Variations
Color information
#2A2866 (or 0x2A2866) is known color: Paris M. HEX triplet: 2A, 28 and 66. RGB value is (42,40,102). Sum of RGB (Red+Green+Blue) = 42+40+102=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A2866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A2866 is #D5D799. Grayscale: #2F2F2F. Windows color (decimal): -14014362 or 6694954. OLE color: 6694954.
HSL color Cylindrical-coordinate representation of color #2A2866: hue angle of 241.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A2866 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 40 | 102 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.6 |
| HSL | 241.94º | 0.44% | 0.28% | - |
| HSV(B) | 241.94º | 0.61% | 0.4% | - |
| XYZ | 4.11 | 2.97 | 12.93 | - |
| YUV | 47.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 102 | 0.59 | 0.61 | 0 | 0.6 | 241.94 | 0.44 | 0.28 |
| Hex | 2A | 28 | 66 | 3B | 3D | 0 | 3C | F2 | 2C | 1C |
| Octal | 52 | 50 | 146 | 73 | 75 | 0 | 74 | 362 | 54 | 34 |
| Binary | 101010 | 101000 | 1100110 | 111011 | 111101 | 0 | 111100 | 11110010 | 101100 | 11100 |
Color Harmonies of #2A2866
Complementary color
Monochromatic Colors of #2A2866
Black with #2A2866
Text Example
Text Example
White with #2A2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2866; }
p { color: rgb(42,40,102); }
H1.HeaderClassName
{
color: #2A2866;
}
.AnyTagClassName
{
color: #2A2866;
}
</style>
background-color css
<style>
a { background-color: #2A2866; }
a { background-color: rgb(42,40,102); }
div.DivClassName
{
background-color: #2A2866;
}
.BgClassName
{
background-color: #2A2866;
}
</style>
border-color css
<style>
span { border-color: #2A2866; }
span { border-color: rgb(42,40,102); }
td.TdClassName
{
border-color: #2A2866;
}
.TagClassName
{
border-color: #2A2866;
}
</style>