Shades of Paris M #262066
Tints of Paris M #262066
RGB
CMYK
RGB Variations
Color information
#262066 (or 0x262066) is known color: Paris M. HEX triplet: 26, 20 and 66. RGB value is (38,32,102). Sum of RGB (Red+Green+Blue) = 38+32+102=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #262066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262066 is #D9DF99. Grayscale: #292929. Windows color (decimal): -14278554 or 6692902. OLE color: 6692902.
HSL color Cylindrical-coordinate representation of color #262066: hue angle of 245.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #262066 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 32 | 102 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.6 |
| HSL | 245.14º | 0.52% | 0.26% | - |
| HSV(B) | 245.14º | 0.69% | 0.4% | - |
| XYZ | 3.71 | 2.4 | 12.84 | - |
| YUV | 41.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 102 | 0.63 | 0.69 | 0 | 0.6 | 245.14 | 0.52 | 0.26 |
| Hex | 26 | 20 | 66 | 3F | 45 | 0 | 3C | F5 | 34 | 1A |
| Octal | 46 | 40 | 146 | 77 | 105 | 0 | 74 | 365 | 64 | 32 |
| Binary | 100110 | 100000 | 1100110 | 111111 | 1000101 | 0 | 111100 | 11110101 | 110100 | 11010 |
Color Harmonies of #262066
Complementary color
Monochromatic Colors of #262066
Black with #262066
Text Example
Text Example
White with #262066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262066; }
p { color: rgb(38,32,102); }
H1.HeaderClassName
{
color: #262066;
}
.AnyTagClassName
{
color: #262066;
}
</style>
background-color css
<style>
a { background-color: #262066; }
a { background-color: rgb(38,32,102); }
div.DivClassName
{
background-color: #262066;
}
.BgClassName
{
background-color: #262066;
}
</style>
border-color css
<style>
span { border-color: #262066; }
span { border-color: rgb(38,32,102); }
td.TdClassName
{
border-color: #262066;
}
.TagClassName
{
border-color: #262066;
}
</style>