Shades of Paris M #26185D
Tints of Paris M #26185D
RGB
CMYK
RGB Variations
Color information
#26185D (or 0x26185D) is known color: Paris M. HEX triplet: 26, 18 and 5D. RGB value is (38,24,93). Sum of RGB (Red+Green+Blue) = 38+24+93=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #26185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26185D is #D9E7A2. Grayscale: #232323. Windows color (decimal): -14280611 or 6101030. OLE color: 6101030.
HSL color Cylindrical-coordinate representation of color #26185D: hue angle of 252.17º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26185D is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 24 | 93 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.64 |
| HSL | 252.17º | 0.59% | 0.23% | - |
| HSV(B) | 252.17º | 0.74% | 0.36% | - |
| XYZ | 3.1 | 1.86 | 10.55 | - |
| YUV | 36.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 93 | 0.59 | 0.74 | 0 | 0.64 | 252.17 | 0.59 | 0.23 |
| Hex | 26 | 18 | 5D | 3B | 4A | 0 | 40 | FC | 3B | 17 |
| Octal | 46 | 30 | 135 | 73 | 112 | 0 | 100 | 374 | 73 | 27 |
| Binary | 100110 | 11000 | 1011101 | 111011 | 1001010 | 0 | 1000000 | 11111100 | 111011 | 10111 |
Color Harmonies of #26185D
Complementary color
Monochromatic Colors of #26185D
Black with #26185D
Text Example
Text Example
White with #26185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26185D; }
p { color: rgb(38,24,93); }
H1.HeaderClassName
{
color: #26185D;
}
.AnyTagClassName
{
color: #26185D;
}
</style>
background-color css
<style>
a { background-color: #26185D; }
a { background-color: rgb(38,24,93); }
div.DivClassName
{
background-color: #26185D;
}
.BgClassName
{
background-color: #26185D;
}
</style>
border-color css
<style>
span { border-color: #26185D; }
span { border-color: rgb(38,24,93); }
td.TdClassName
{
border-color: #26185D;
}
.TagClassName
{
border-color: #26185D;
}
</style>