Shades of Paris M #262166
Tints of Paris M #262166
RGB
CMYK
RGB Variations
Color information
#262166 (or 0x262166) is known color: Paris M. HEX triplet: 26, 21 and 66. RGB value is (38,33,102). Sum of RGB (Red+Green+Blue) = 38+33+102=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #262166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262166 is #D9DE99. Grayscale: #2A2A2A. Windows color (decimal): -14278298 or 6693158. OLE color: 6693158.
HSL color Cylindrical-coordinate representation of color #262166: hue angle of 244.35º degrees, saturation: 0.51, 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 #262166 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 33 | 102 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.6 |
| HSL | 244.35º | 0.51% | 0.26% | - |
| HSV(B) | 244.35º | 0.68% | 0.4% | - |
| XYZ | 3.74 | 2.46 | 12.85 | - |
| YUV | 42.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 33 | 102 | 0.63 | 0.68 | 0 | 0.6 | 244.35 | 0.51 | 0.26 |
| Hex | 26 | 21 | 66 | 3F | 44 | 0 | 3C | F4 | 33 | 1A |
| Octal | 46 | 41 | 146 | 77 | 104 | 0 | 74 | 364 | 63 | 32 |
| Binary | 100110 | 100001 | 1100110 | 111111 | 1000100 | 0 | 111100 | 11110100 | 110011 | 11010 |
Color Harmonies of #262166
Complementary color
Monochromatic Colors of #262166
Black with #262166
Text Example
Text Example
White with #262166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262166; }
p { color: rgb(38,33,102); }
H1.HeaderClassName
{
color: #262166;
}
.AnyTagClassName
{
color: #262166;
}
</style>
background-color css
<style>
a { background-color: #262166; }
a { background-color: rgb(38,33,102); }
div.DivClassName
{
background-color: #262166;
}
.BgClassName
{
background-color: #262166;
}
</style>
border-color css
<style>
span { border-color: #262166; }
span { border-color: rgb(38,33,102); }
td.TdClassName
{
border-color: #262166;
}
.TagClassName
{
border-color: #262166;
}
</style>