Shades of Minsk #403A6B
Tints of Minsk #403A6B
RGB
CMYK
RGB Variations
Color information
#403A6B (or 0x403A6B) is known color: Minsk. HEX triplet: 40, 3A and 6B. RGB value is (64,58,107). Sum of RGB (Red+Green+Blue) = 64+58+107=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #403A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A6B is #BFC594. Grayscale: #414141. Windows color (decimal): -12567957 or 7027264. OLE color: 7027264.
HSL color Cylindrical-coordinate representation of color #403A6B: hue angle of 247.35º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403A6B is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 58 | 107 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.58 |
| HSL | 247.35º | 0.3% | 0.32% | - |
| HSV(B) | 247.35º | 0.46% | 0.42% | - |
| XYZ | 6.28 | 5.18 | 14.58 | - |
| YUV | 65.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 107 | 0.40 | 0.46 | 0 | 0.58 | 247.35 | 0.3 | 0.32 |
| Hex | 40 | 3A | 6B | 28 | 2E | 0 | 3A | F7 | 1E | 20 |
| Octal | 100 | 72 | 153 | 50 | 56 | 0 | 72 | 367 | 36 | 40 |
| Binary | 1000000 | 111010 | 1101011 | 101000 | 101110 | 0 | 111010 | 11110111 | 11110 | 100000 |
Color Harmonies of #403A6B
Complementary color
Monochromatic Colors of #403A6B
Black with #403A6B
Text Example
Text Example
White with #403A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A6B; }
p { color: rgb(64,58,107); }
H1.HeaderClassName
{
color: #403A6B;
}
.AnyTagClassName
{
color: #403A6B;
}
</style>
background-color css
<style>
a { background-color: #403A6B; }
a { background-color: rgb(64,58,107); }
div.DivClassName
{
background-color: #403A6B;
}
.BgClassName
{
background-color: #403A6B;
}
</style>
border-color css
<style>
span { border-color: #403A6B; }
span { border-color: rgb(64,58,107); }
td.TdClassName
{
border-color: #403A6B;
}
.TagClassName
{
border-color: #403A6B;
}
</style>