Shades of Paris M #282668
Tints of Paris M #282668
RGB
CMYK
RGB Variations
Color information
#282668 (or 0x282668) is known color: Paris M. HEX triplet: 28, 26 and 68. RGB value is (40,38,104). Sum of RGB (Red+Green+Blue) = 40+38+104=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #282668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282668 is #D7D997. Grayscale: #2D2D2D. Windows color (decimal): -14145944 or 6825512. OLE color: 6825512.
HSL color Cylindrical-coordinate representation of color #282668: hue angle of 241.82º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282668 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 38 | 104 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.59 |
| HSL | 241.82º | 0.46% | 0.28% | - |
| HSV(B) | 241.82º | 0.63% | 0.41% | - |
| XYZ | 4.07 | 2.84 | 13.43 | - |
| YUV | 46.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 104 | 0.62 | 0.63 | 0 | 0.59 | 241.82 | 0.46 | 0.28 |
| Hex | 28 | 26 | 68 | 3E | 3F | 0 | 3B | F2 | 2E | 1C |
| Octal | 50 | 46 | 150 | 76 | 77 | 0 | 73 | 362 | 56 | 34 |
| Binary | 101000 | 100110 | 1101000 | 111110 | 111111 | 0 | 111011 | 11110010 | 101110 | 11100 |
Color Harmonies of #282668
Complementary color
Monochromatic Colors of #282668
Black with #282668
Text Example
Text Example
White with #282668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282668; }
p { color: rgb(40,38,104); }
H1.HeaderClassName
{
color: #282668;
}
.AnyTagClassName
{
color: #282668;
}
</style>
background-color css
<style>
a { background-color: #282668; }
a { background-color: rgb(40,38,104); }
div.DivClassName
{
background-color: #282668;
}
.BgClassName
{
background-color: #282668;
}
</style>
border-color css
<style>
span { border-color: #282668; }
span { border-color: rgb(40,38,104); }
td.TdClassName
{
border-color: #282668;
}
.TagClassName
{
border-color: #282668;
}
</style>