Shades of Paris M #261A67
Tints of Paris M #261A67
RGB
CMYK
RGB Variations
Color information
#261A67 (or 0x261A67) is known color: Paris M. HEX triplet: 26, 1A and 67. RGB value is (38,26,103). Sum of RGB (Red+Green+Blue) = 38+26+103=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #261A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A67 is #D9E598. Grayscale: #262626. Windows color (decimal): -14280089 or 6756902. OLE color: 6756902.
HSL color Cylindrical-coordinate representation of color #261A67: hue angle of 249.35º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261A67 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 26 | 103 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.60 |
| HSL | 249.35º | 0.6% | 0.25% | - |
| HSV(B) | 249.35º | 0.75% | 0.4% | - |
| XYZ | 3.62 | 2.13 | 13.05 | - |
| YUV | 38.37 | 164.48 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 103 | 0.63 | 0.75 | 0 | 0.60 | 249.35 | 0.6 | 0.25 |
| Hex | 26 | 1A | 67 | 3F | 4B | 0 | 3C | F9 | 3C | 19 |
| Octal | 46 | 32 | 147 | 77 | 113 | 0 | 74 | 371 | 74 | 31 |
| Binary | 100110 | 11010 | 1100111 | 111111 | 1001011 | 0 | 111100 | 11111001 | 111100 | 11001 |
Color Harmonies of #261A67
Complementary color
Monochromatic Colors of #261A67
Black with #261A67
Text Example
Text Example
White with #261A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A67; }
p { color: rgb(38,26,103); }
H1.HeaderClassName
{
color: #261A67;
}
.AnyTagClassName
{
color: #261A67;
}
</style>
background-color css
<style>
a { background-color: #261A67; }
a { background-color: rgb(38,26,103); }
div.DivClassName
{
background-color: #261A67;
}
.BgClassName
{
background-color: #261A67;
}
</style>
border-color css
<style>
span { border-color: #261A67; }
span { border-color: rgb(38,26,103); }
td.TdClassName
{
border-color: #261A67;
}
.TagClassName
{
border-color: #261A67;
}
</style>