Shades of Paris M #261F64
Tints of Paris M #261F64
RGB
CMYK
RGB Variations
Color information
#261F64 (or 0x261F64) is known color: Paris M. HEX triplet: 26, 1F and 64. RGB value is (38,31,100). Sum of RGB (Red+Green+Blue) = 38+31+100=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #261F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F64 is #D9E09B. Grayscale: #282828. Windows color (decimal): -14278812 or 6561574. OLE color: 6561574.
HSL color Cylindrical-coordinate representation of color #261F64: hue angle of 246.09º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #261F64 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 31 | 100 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.61 |
| HSL | 246.09º | 0.53% | 0.26% | - |
| HSV(B) | 246.09º | 0.69% | 0.39% | - |
| XYZ | 3.59 | 2.31 | 12.31 | - |
| YUV | 40.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 100 | 0.62 | 0.69 | 0 | 0.61 | 246.09 | 0.53 | 0.26 |
| Hex | 26 | 1F | 64 | 3E | 45 | 0 | 3D | F6 | 35 | 1A |
| Octal | 46 | 37 | 144 | 76 | 105 | 0 | 75 | 366 | 65 | 32 |
| Binary | 100110 | 11111 | 1100100 | 111110 | 1000101 | 0 | 111101 | 11110110 | 110101 | 11010 |
Color Harmonies of #261F64
Complementary color
Monochromatic Colors of #261F64
Black with #261F64
Text Example
Text Example
White with #261F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F64; }
p { color: rgb(38,31,100); }
H1.HeaderClassName
{
color: #261F64;
}
.AnyTagClassName
{
color: #261F64;
}
</style>
background-color css
<style>
a { background-color: #261F64; }
a { background-color: rgb(38,31,100); }
div.DivClassName
{
background-color: #261F64;
}
.BgClassName
{
background-color: #261F64;
}
</style>
border-color css
<style>
span { border-color: #261F64; }
span { border-color: rgb(38,31,100); }
td.TdClassName
{
border-color: #261F64;
}
.TagClassName
{
border-color: #261F64;
}
</style>