Shades of Paris M #26155C
Tints of Paris M #26155C
RGB
CMYK
RGB Variations
Color information
#26155C (or 0x26155C) is known color: Paris M. HEX triplet: 26, 15 and 5C. RGB value is (38,21,92). Sum of RGB (Red+Green+Blue) = 38+21+92=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #26155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155C is #D9EAA3. Grayscale: #212121. Windows color (decimal): -14281380 or 6034726. OLE color: 6034726.
HSL color Cylindrical-coordinate representation of color #26155C: hue angle of 254.37º 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 #26155C is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 21 | 92 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.64 |
| HSL | 254.37º | 0.63% | 0.22% | - |
| HSV(B) | 254.37º | 0.77% | 0.36% | - |
| XYZ | 3 | 1.72 | 10.3 | - |
| YUV | 34.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 92 | 0.59 | 0.77 | 0 | 0.64 | 254.37 | 0.63 | 0.22 |
| Hex | 26 | 15 | 5C | 3B | 4D | 0 | 40 | FE | 3F | 16 |
| Octal | 46 | 25 | 134 | 73 | 115 | 0 | 100 | 376 | 77 | 26 |
| Binary | 100110 | 10101 | 1011100 | 111011 | 1001101 | 0 | 1000000 | 11111110 | 111111 | 10110 |
Color Harmonies of #26155C
Complementary color
Monochromatic Colors of #26155C
Black with #26155C
Text Example
Text Example
White with #26155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26155C; }
p { color: rgb(38,21,92); }
H1.HeaderClassName
{
color: #26155C;
}
.AnyTagClassName
{
color: #26155C;
}
</style>
background-color css
<style>
a { background-color: #26155C; }
a { background-color: rgb(38,21,92); }
div.DivClassName
{
background-color: #26155C;
}
.BgClassName
{
background-color: #26155C;
}
</style>
border-color css
<style>
span { border-color: #26155C; }
span { border-color: rgb(38,21,92); }
td.TdClassName
{
border-color: #26155C;
}
.TagClassName
{
border-color: #26155C;
}
</style>