Shades of Paris M #26155D
Tints of Paris M #26155D
RGB
CMYK
RGB Variations
Color information
#26155D (or 0x26155D) is known color: Paris M. HEX triplet: 26, 15 and 5D. RGB value is (38,21,93). Sum of RGB (Red+Green+Blue) = 38+21+93=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #26155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155D is #D9EAA2. Grayscale: #222222. Windows color (decimal): -14281379 or 6100262. OLE color: 6100262.
HSL color Cylindrical-coordinate representation of color #26155D: hue angle of 254.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26155D is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 21 | 93 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.64 |
| HSL | 254.17º | 0.63% | 0.22% | - |
| HSV(B) | 254.17º | 0.77% | 0.36% | - |
| XYZ | 3.04 | 1.74 | 10.53 | - |
| YUV | 34.29 | 161.13 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 93 | 0.59 | 0.77 | 0 | 0.64 | 254.17 | 0.63 | 0.22 |
| Hex | 26 | 15 | 5D | 3B | 4D | 0 | 40 | FE | 3F | 16 |
| Octal | 46 | 25 | 135 | 73 | 115 | 0 | 100 | 376 | 77 | 26 |
| Binary | 100110 | 10101 | 1011101 | 111011 | 1001101 | 0 | 1000000 | 11111110 | 111111 | 10110 |
Color Harmonies of #26155D
Complementary color
Monochromatic Colors of #26155D
Black with #26155D
Text Example
Text Example
White with #26155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26155D; }
p { color: rgb(38,21,93); }
H1.HeaderClassName
{
color: #26155D;
}
.AnyTagClassName
{
color: #26155D;
}
</style>
background-color css
<style>
a { background-color: #26155D; }
a { background-color: rgb(38,21,93); }
div.DivClassName
{
background-color: #26155D;
}
.BgClassName
{
background-color: #26155D;
}
</style>
border-color css
<style>
span { border-color: #26155D; }
span { border-color: rgb(38,21,93); }
td.TdClassName
{
border-color: #26155D;
}
.TagClassName
{
border-color: #26155D;
}
</style>