Shades of Paris M #2D196A
Tints of Paris M #2D196A
RGB
CMYK
RGB Variations
Color information
#2D196A (or 0x2D196A) is known color: Paris M. HEX triplet: 2D, 19 and 6A. RGB value is (45,25,106). Sum of RGB (Red+Green+Blue) = 45+25+106=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D196A is #D2E695. Grayscale: #272727. Windows color (decimal): -13821590 or 6953261. OLE color: 6953261.
HSL color Cylindrical-coordinate representation of color #2D196A: hue angle of 254.81º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D196A is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 25 | 106 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.58 |
| HSL | 254.81º | 0.62% | 0.26% | - |
| HSV(B) | 254.81º | 0.76% | 0.42% | - |
| XYZ | 4.03 | 2.29 | 13.87 | - |
| YUV | 40.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 106 | 0.58 | 0.76 | 0 | 0.58 | 254.81 | 0.62 | 0.26 |
| Hex | 2D | 19 | 6A | 3A | 4C | 0 | 3A | FF | 3E | 1A |
| Octal | 55 | 31 | 152 | 72 | 114 | 0 | 72 | 377 | 76 | 32 |
| Binary | 101101 | 11001 | 1101010 | 111010 | 1001100 | 0 | 111010 | 11111111 | 111110 | 11010 |
Color Harmonies of #2D196A
Complementary color
Monochromatic Colors of #2D196A
Black with #2D196A
Text Example
Text Example
White with #2D196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D196A; }
p { color: rgb(45,25,106); }
H1.HeaderClassName
{
color: #2D196A;
}
.AnyTagClassName
{
color: #2D196A;
}
</style>
background-color css
<style>
a { background-color: #2D196A; }
a { background-color: rgb(45,25,106); }
div.DivClassName
{
background-color: #2D196A;
}
.BgClassName
{
background-color: #2D196A;
}
</style>
border-color css
<style>
span { border-color: #2D196A; }
span { border-color: rgb(45,25,106); }
td.TdClassName
{
border-color: #2D196A;
}
.TagClassName
{
border-color: #2D196A;
}
</style>