Shades of Paris M #261C68
Tints of Paris M #261C68
RGB
CMYK
RGB Variations
Color information
#261C68 (or 0x261C68) is known color: Paris M. HEX triplet: 26, 1C and 68. RGB value is (38,28,104). Sum of RGB (Red+Green+Blue) = 38+28+104=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #261C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C68 is #D9E397. Grayscale: #272727. Windows color (decimal): -14279576 or 6822950. OLE color: 6822950.
HSL color Cylindrical-coordinate representation of color #261C68: hue angle of 247.89º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261C68 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 28 | 104 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.59 |
| HSL | 247.89º | 0.58% | 0.26% | - |
| HSV(B) | 247.89º | 0.73% | 0.41% | - |
| XYZ | 3.71 | 2.24 | 13.33 | - |
| YUV | 39.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 104 | 0.63 | 0.73 | 0 | 0.59 | 247.89 | 0.58 | 0.26 |
| Hex | 26 | 1C | 68 | 3F | 49 | 0 | 3B | F8 | 3A | 1A |
| Octal | 46 | 34 | 150 | 77 | 111 | 0 | 73 | 370 | 72 | 32 |
| Binary | 100110 | 11100 | 1101000 | 111111 | 1001001 | 0 | 111011 | 11111000 | 111010 | 11010 |
Color Harmonies of #261C68
Complementary color
Monochromatic Colors of #261C68
Black with #261C68
Text Example
Text Example
White with #261C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C68; }
p { color: rgb(38,28,104); }
H1.HeaderClassName
{
color: #261C68;
}
.AnyTagClassName
{
color: #261C68;
}
</style>
background-color css
<style>
a { background-color: #261C68; }
a { background-color: rgb(38,28,104); }
div.DivClassName
{
background-color: #261C68;
}
.BgClassName
{
background-color: #261C68;
}
</style>
border-color css
<style>
span { border-color: #261C68; }
span { border-color: rgb(38,28,104); }
td.TdClassName
{
border-color: #261C68;
}
.TagClassName
{
border-color: #261C68;
}
</style>