Shades of Paris M #2A1867
Tints of Paris M #2A1867
RGB
CMYK
RGB Variations
Color information
#2A1867 (or 0x2A1867) is known color: Paris M. HEX triplet: 2A, 18 and 67. RGB value is (42,24,103). Sum of RGB (Red+Green+Blue) = 42+24+103=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A1867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1867 is #D5E798. Grayscale: #262626. Windows color (decimal): -14018457 or 6756394. OLE color: 6756394.
HSL color Cylindrical-coordinate representation of color #2A1867: hue angle of 253.67º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A1867 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 24 | 103 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.60 |
| HSL | 253.67º | 0.62% | 0.25% | - |
| HSV(B) | 253.67º | 0.77% | 0.4% | - |
| XYZ | 3.73 | 2.12 | 13.05 | - |
| YUV | 38.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 103 | 0.59 | 0.77 | 0 | 0.60 | 253.67 | 0.62 | 0.25 |
| Hex | 2A | 18 | 67 | 3B | 4D | 0 | 3C | FE | 3E | 19 |
| Octal | 52 | 30 | 147 | 73 | 115 | 0 | 74 | 376 | 76 | 31 |
| Binary | 101010 | 11000 | 1100111 | 111011 | 1001101 | 0 | 111100 | 11111110 | 111110 | 11001 |
Color Harmonies of #2A1867
Complementary color
Monochromatic Colors of #2A1867
Black with #2A1867
Text Example
Text Example
White with #2A1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1867; }
p { color: rgb(42,24,103); }
H1.HeaderClassName
{
color: #2A1867;
}
.AnyTagClassName
{
color: #2A1867;
}
</style>
background-color css
<style>
a { background-color: #2A1867; }
a { background-color: rgb(42,24,103); }
div.DivClassName
{
background-color: #2A1867;
}
.BgClassName
{
background-color: #2A1867;
}
</style>
border-color css
<style>
span { border-color: #2A1867; }
span { border-color: rgb(42,24,103); }
td.TdClassName
{
border-color: #2A1867;
}
.TagClassName
{
border-color: #2A1867;
}
</style>