Shades of Minsk #40306B
Tints of Minsk #40306B
RGB
CMYK
RGB Variations
Color information
#40306B (or 0x40306B) is known color: Minsk. HEX triplet: 40, 30 and 6B. RGB value is (64,48,107). Sum of RGB (Red+Green+Blue) = 64+48+107=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #40306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40306B is #BFCF94. Grayscale: #3B3B3B. Windows color (decimal): -12570517 or 7024704. OLE color: 7024704.
HSL color Cylindrical-coordinate representation of color #40306B: hue angle of 256.27º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40306B is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 48 | 107 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.58 |
| HSL | 256.27º | 0.38% | 0.3% | - |
| HSV(B) | 256.27º | 0.55% | 0.42% | - |
| XYZ | 5.83 | 4.27 | 14.43 | - |
| YUV | 59.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 107 | 0.40 | 0.55 | 0 | 0.58 | 256.27 | 0.38 | 0.3 |
| Hex | 40 | 30 | 6B | 28 | 37 | 0 | 3A | 100 | 26 | 1E |
| Octal | 100 | 60 | 153 | 50 | 67 | 0 | 72 | 400 | 46 | 36 |
| Binary | 1000000 | 110000 | 1101011 | 101000 | 110111 | 0 | 111010 | 100000000 | 100110 | 11110 |
Color Harmonies of #40306B
Complementary color
Monochromatic Colors of #40306B
Black with #40306B
Text Example
Text Example
White with #40306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40306B; }
p { color: rgb(64,48,107); }
H1.HeaderClassName
{
color: #40306B;
}
.AnyTagClassName
{
color: #40306B;
}
</style>
background-color css
<style>
a { background-color: #40306B; }
a { background-color: rgb(64,48,107); }
div.DivClassName
{
background-color: #40306B;
}
.BgClassName
{
background-color: #40306B;
}
</style>
border-color css
<style>
span { border-color: #40306B; }
span { border-color: rgb(64,48,107); }
td.TdClassName
{
border-color: #40306B;
}
.TagClassName
{
border-color: #40306B;
}
</style>