Shades of Paris M #2A1768
Tints of Paris M #2A1768
RGB
CMYK
RGB Variations
Color information
#2A1768 (or 0x2A1768) is known color: Paris M. HEX triplet: 2A, 17 and 68. RGB value is (42,23,104). Sum of RGB (Red+Green+Blue) = 42+23+104=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A1768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1768 is #D5E897. Grayscale: #252525. Windows color (decimal): -14018712 or 6821674. OLE color: 6821674.
HSL color Cylindrical-coordinate representation of color #2A1768: hue angle of 254.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A1768 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 23 | 104 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.59 |
| HSL | 254.07º | 0.64% | 0.25% | - |
| HSV(B) | 254.07º | 0.78% | 0.41% | - |
| XYZ | 3.76 | 2.1 | 13.3 | - |
| YUV | 37.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 23 | 104 | 0.60 | 0.78 | 0 | 0.59 | 254.07 | 0.64 | 0.25 |
| Hex | 2A | 17 | 68 | 3C | 4E | 0 | 3B | FE | 40 | 19 |
| Octal | 52 | 27 | 150 | 74 | 116 | 0 | 73 | 376 | 100 | 31 |
| Binary | 101010 | 10111 | 1101000 | 111100 | 1001110 | 0 | 111011 | 11111110 | 1000000 | 11001 |
Color Harmonies of #2A1768
Complementary color
Monochromatic Colors of #2A1768
Black with #2A1768
Text Example
Text Example
White with #2A1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1768; }
p { color: rgb(42,23,104); }
H1.HeaderClassName
{
color: #2A1768;
}
.AnyTagClassName
{
color: #2A1768;
}
</style>
background-color css
<style>
a { background-color: #2A1768; }
a { background-color: rgb(42,23,104); }
div.DivClassName
{
background-color: #2A1768;
}
.BgClassName
{
background-color: #2A1768;
}
</style>
border-color css
<style>
span { border-color: #2A1768; }
span { border-color: rgb(42,23,104); }
td.TdClassName
{
border-color: #2A1768;
}
.TagClassName
{
border-color: #2A1768;
}
</style>