Shades of Minsk #403366
Tints of Minsk #403366
RGB
CMYK
RGB Variations
Color information
#403366 (or 0x403366) is known color: Minsk. HEX triplet: 40, 33 and 66. RGB value is (64,51,102). Sum of RGB (Red+Green+Blue) = 64+51+102=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #403366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403366 is #BFCC99. Grayscale: #3C3C3C. Windows color (decimal): -12569754 or 6697792. OLE color: 6697792.
HSL color Cylindrical-coordinate representation of color #403366: hue angle of 255.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403366 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 51 | 102 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.6 |
| HSL | 255.29º | 0.33% | 0.3% | - |
| HSV(B) | 255.29º | 0.5% | 0.4% | - |
| XYZ | 5.7 | 4.42 | 13.12 | - |
| YUV | 60.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 102 | 0.37 | 0.5 | 0 | 0.6 | 255.29 | 0.33 | 0.3 |
| Hex | 40 | 33 | 66 | 25 | 32 | 0 | 3C | FF | 21 | 1E |
| Octal | 100 | 63 | 146 | 45 | 62 | 0 | 74 | 377 | 41 | 36 |
| Binary | 1000000 | 110011 | 1100110 | 100101 | 110010 | 0 | 111100 | 11111111 | 100001 | 11110 |
Color Harmonies of #403366
Complementary color
Monochromatic Colors of #403366
Black with #403366
Text Example
Text Example
White with #403366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403366; }
p { color: rgb(64,51,102); }
H1.HeaderClassName
{
color: #403366;
}
.AnyTagClassName
{
color: #403366;
}
</style>
background-color css
<style>
a { background-color: #403366; }
a { background-color: rgb(64,51,102); }
div.DivClassName
{
background-color: #403366;
}
.BgClassName
{
background-color: #403366;
}
</style>
border-color css
<style>
span { border-color: #403366; }
span { border-color: rgb(64,51,102); }
td.TdClassName
{
border-color: #403366;
}
.TagClassName
{
border-color: #403366;
}
</style>