Shades of Paris M #261C67
Tints of Paris M #261C67
RGB
CMYK
RGB Variations
Color information
#261C67 (or 0x261C67) is known color: Paris M. HEX triplet: 26, 1C and 67. RGB value is (38,28,103). Sum of RGB (Red+Green+Blue) = 38+28+103=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #261C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C67 is #D9E398. Grayscale: #272727. Windows color (decimal): -14279577 or 6757414. OLE color: 6757414.
HSL color Cylindrical-coordinate representation of color #261C67: hue angle of 248º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261C67 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 28 | 103 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.60 |
| HSL | 248º | 0.57% | 0.26% | - |
| HSV(B) | 248º | 0.73% | 0.4% | - |
| XYZ | 3.66 | 2.22 | 13.07 | - |
| YUV | 39.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 103 | 0.63 | 0.73 | 0 | 0.60 | 248 | 0.57 | 0.26 |
| Hex | 26 | 1C | 67 | 3F | 49 | 0 | 3C | F8 | 39 | 1A |
| Octal | 46 | 34 | 147 | 77 | 111 | 0 | 74 | 370 | 71 | 32 |
| Binary | 100110 | 11100 | 1100111 | 111111 | 1001001 | 0 | 111100 | 11111000 | 111001 | 11010 |
Color Harmonies of #261C67
Complementary color
Monochromatic Colors of #261C67
Black with #261C67
Text Example
Text Example
White with #261C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C67; }
p { color: rgb(38,28,103); }
H1.HeaderClassName
{
color: #261C67;
}
.AnyTagClassName
{
color: #261C67;
}
</style>
background-color css
<style>
a { background-color: #261C67; }
a { background-color: rgb(38,28,103); }
div.DivClassName
{
background-color: #261C67;
}
.BgClassName
{
background-color: #261C67;
}
</style>
border-color css
<style>
span { border-color: #261C67; }
span { border-color: rgb(38,28,103); }
td.TdClassName
{
border-color: #261C67;
}
.TagClassName
{
border-color: #261C67;
}
</style>