Shades of Minsk #402C65
Tints of Minsk #402C65
RGB
CMYK
RGB Variations
Color information
#402C65 (or 0x402C65) is known color: Minsk. HEX triplet: 40, 2C and 65. RGB value is (64,44,101). Sum of RGB (Red+Green+Blue) = 64+44+101=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #402C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C65 is #BFD39A. Grayscale: #383838. Windows color (decimal): -12571547 or 6630464. OLE color: 6630464.
HSL color Cylindrical-coordinate representation of color #402C65: hue angle of 261.05º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402C65 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 44 | 101 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.60 |
| HSL | 261.05º | 0.39% | 0.28% | - |
| HSV(B) | 261.05º | 0.56% | 0.4% | - |
| XYZ | 5.36 | 3.83 | 12.77 | - |
| YUV | 56.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 101 | 0.37 | 0.56 | 0 | 0.60 | 261.05 | 0.39 | 0.28 |
| Hex | 40 | 2C | 65 | 25 | 38 | 0 | 3C | 105 | 27 | 1C |
| Octal | 100 | 54 | 145 | 45 | 70 | 0 | 74 | 405 | 47 | 34 |
| Binary | 1000000 | 101100 | 1100101 | 100101 | 111000 | 0 | 111100 | 100000101 | 100111 | 11100 |
Color Harmonies of #402C65
Complementary color
Monochromatic Colors of #402C65
Black with #402C65
Text Example
Text Example
White with #402C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C65; }
p { color: rgb(64,44,101); }
H1.HeaderClassName
{
color: #402C65;
}
.AnyTagClassName
{
color: #402C65;
}
</style>
background-color css
<style>
a { background-color: #402C65; }
a { background-color: rgb(64,44,101); }
div.DivClassName
{
background-color: #402C65;
}
.BgClassName
{
background-color: #402C65;
}
</style>
border-color css
<style>
span { border-color: #402C65; }
span { border-color: rgb(64,44,101); }
td.TdClassName
{
border-color: #402C65;
}
.TagClassName
{
border-color: #402C65;
}
</style>