Shades of Paris M #262065
Tints of Paris M #262065
RGB
CMYK
RGB Variations
Color information
#262065 (or 0x262065) is known color: Paris M. HEX triplet: 26, 20 and 65. RGB value is (38,32,101). Sum of RGB (Red+Green+Blue) = 38+32+101=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #262065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262065 is #D9DF9A. Grayscale: #292929. Windows color (decimal): -14278555 or 6627366. OLE color: 6627366.
HSL color Cylindrical-coordinate representation of color #262065: hue angle of 245.22º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262065 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 32 | 101 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.60 |
| HSL | 245.22º | 0.52% | 0.26% | - |
| HSV(B) | 245.22º | 0.68% | 0.4% | - |
| XYZ | 3.66 | 2.38 | 12.58 | - |
| YUV | 41.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 101 | 0.62 | 0.68 | 0 | 0.60 | 245.22 | 0.52 | 0.26 |
| Hex | 26 | 20 | 65 | 3E | 44 | 0 | 3C | F5 | 34 | 1A |
| Octal | 46 | 40 | 145 | 76 | 104 | 0 | 74 | 365 | 64 | 32 |
| Binary | 100110 | 100000 | 1100101 | 111110 | 1000100 | 0 | 111100 | 11110101 | 110100 | 11010 |
Color Harmonies of #262065
Complementary color
Monochromatic Colors of #262065
Black with #262065
Text Example
Text Example
White with #262065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262065; }
p { color: rgb(38,32,101); }
H1.HeaderClassName
{
color: #262065;
}
.AnyTagClassName
{
color: #262065;
}
</style>
background-color css
<style>
a { background-color: #262065; }
a { background-color: rgb(38,32,101); }
div.DivClassName
{
background-color: #262065;
}
.BgClassName
{
background-color: #262065;
}
</style>
border-color css
<style>
span { border-color: #262065; }
span { border-color: rgb(38,32,101); }
td.TdClassName
{
border-color: #262065;
}
.TagClassName
{
border-color: #262065;
}
</style>