Shades of Paris M #26165D
Tints of Paris M #26165D
RGB
CMYK
RGB Variations
Color information
#26165D (or 0x26165D) is known color: Paris M. HEX triplet: 26, 16 and 5D. RGB value is (38,22,93). Sum of RGB (Red+Green+Blue) = 38+22+93=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #26165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165D is #D9E9A2. Grayscale: #222222. Windows color (decimal): -14281123 or 6100518. OLE color: 6100518.
HSL color Cylindrical-coordinate representation of color #26165D: hue angle of 253.52º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26165D is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 22 | 93 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.64 |
| HSL | 253.52º | 0.62% | 0.23% | - |
| HSV(B) | 253.52º | 0.76% | 0.36% | - |
| XYZ | 3.06 | 1.78 | 10.54 | - |
| YUV | 34.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 93 | 0.59 | 0.76 | 0 | 0.64 | 253.52 | 0.62 | 0.23 |
| Hex | 26 | 16 | 5D | 3B | 4C | 0 | 40 | FE | 3E | 17 |
| Octal | 46 | 26 | 135 | 73 | 114 | 0 | 100 | 376 | 76 | 27 |
| Binary | 100110 | 10110 | 1011101 | 111011 | 1001100 | 0 | 1000000 | 11111110 | 111110 | 10111 |
Color Harmonies of #26165D
Complementary color
Monochromatic Colors of #26165D
Black with #26165D
Text Example
Text Example
White with #26165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26165D; }
p { color: rgb(38,22,93); }
H1.HeaderClassName
{
color: #26165D;
}
.AnyTagClassName
{
color: #26165D;
}
</style>
background-color css
<style>
a { background-color: #26165D; }
a { background-color: rgb(38,22,93); }
div.DivClassName
{
background-color: #26165D;
}
.BgClassName
{
background-color: #26165D;
}
</style>
border-color css
<style>
span { border-color: #26165D; }
span { border-color: rgb(38,22,93); }
td.TdClassName
{
border-color: #26165D;
}
.TagClassName
{
border-color: #26165D;
}
</style>