Shades of Paris M #2A256D
Tints of Paris M #2A256D
RGB
CMYK
RGB Variations
Color information
#2A256D (or 0x2A256D) is known color: Paris M. HEX triplet: 2A, 25 and 6D. RGB value is (42,37,109). Sum of RGB (Red+Green+Blue) = 42+37+109=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A256D is #D5DA92. Grayscale: #2E2E2E. Windows color (decimal): -14015123 or 7152938. OLE color: 7152938.
HSL color Cylindrical-coordinate representation of color #2A256D: hue angle of 244.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A256D is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 37 | 109 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.57 |
| HSL | 244.17º | 0.49% | 0.29% | - |
| HSV(B) | 244.17º | 0.66% | 0.43% | - |
| XYZ | 4.38 | 2.92 | 14.8 | - |
| YUV | 46.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 37 | 109 | 0.61 | 0.66 | 0 | 0.57 | 244.17 | 0.49 | 0.29 |
| Hex | 2A | 25 | 6D | 3D | 42 | 0 | 39 | F4 | 31 | 1D |
| Octal | 52 | 45 | 155 | 75 | 102 | 0 | 71 | 364 | 61 | 35 |
| Binary | 101010 | 100101 | 1101101 | 111101 | 1000010 | 0 | 111001 | 11110100 | 110001 | 11101 |
Color Harmonies of #2A256D
Complementary color
Monochromatic Colors of #2A256D
Black with #2A256D
Text Example
Text Example
White with #2A256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A256D; }
p { color: rgb(42,37,109); }
H1.HeaderClassName
{
color: #2A256D;
}
.AnyTagClassName
{
color: #2A256D;
}
</style>
background-color css
<style>
a { background-color: #2A256D; }
a { background-color: rgb(42,37,109); }
div.DivClassName
{
background-color: #2A256D;
}
.BgClassName
{
background-color: #2A256D;
}
</style>
border-color css
<style>
span { border-color: #2A256D; }
span { border-color: rgb(42,37,109); }
td.TdClassName
{
border-color: #2A256D;
}
.TagClassName
{
border-color: #2A256D;
}
</style>