Shades of Minsk #403168
Tints of Minsk #403168
RGB
CMYK
RGB Variations
Color information
#403168 (or 0x403168) is known color: Minsk. HEX triplet: 40, 31 and 68. RGB value is (64,49,104). Sum of RGB (Red+Green+Blue) = 64+49+104=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #403168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403168 is #BFCE97. Grayscale: #3B3B3B. Windows color (decimal): -12570264 or 6828352. OLE color: 6828352.
HSL color Cylindrical-coordinate representation of color #403168: hue angle of 256.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403168 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 49 | 104 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.59 |
| HSL | 256.36º | 0.36% | 0.3% | - |
| HSV(B) | 256.36º | 0.53% | 0.41% | - |
| XYZ | 5.71 | 4.29 | 13.62 | - |
| YUV | 59.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 104 | 0.38 | 0.53 | 0 | 0.59 | 256.36 | 0.36 | 0.3 |
| Hex | 40 | 31 | 68 | 26 | 35 | 0 | 3B | 100 | 24 | 1E |
| Octal | 100 | 61 | 150 | 46 | 65 | 0 | 73 | 400 | 44 | 36 |
| Binary | 1000000 | 110001 | 1101000 | 100110 | 110101 | 0 | 111011 | 100000000 | 100100 | 11110 |
Color Harmonies of #403168
Complementary color
Monochromatic Colors of #403168
Black with #403168
Text Example
Text Example
White with #403168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403168; }
p { color: rgb(64,49,104); }
H1.HeaderClassName
{
color: #403168;
}
.AnyTagClassName
{
color: #403168;
}
</style>
background-color css
<style>
a { background-color: #403168; }
a { background-color: rgb(64,49,104); }
div.DivClassName
{
background-color: #403168;
}
.BgClassName
{
background-color: #403168;
}
</style>
border-color css
<style>
span { border-color: #403168; }
span { border-color: rgb(64,49,104); }
td.TdClassName
{
border-color: #403168;
}
.TagClassName
{
border-color: #403168;
}
</style>