Shades of Minsk #402C6C
Tints of Minsk #402C6C
RGB
CMYK
RGB Variations
Color information
#402C6C (or 0x402C6C) is known color: Minsk. HEX triplet: 40, 2C and 6C. RGB value is (64,44,108). Sum of RGB (Red+Green+Blue) = 64+44+108=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #402C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C6C is #BFD393. Grayscale: #393939. Windows color (decimal): -12571540 or 7089216. OLE color: 7089216.
HSL color Cylindrical-coordinate representation of color #402C6C: hue angle of 258.75º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #402C6C is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 44 | 108 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.58 |
| HSL | 258.75º | 0.42% | 0.3% | - |
| HSV(B) | 258.75º | 0.59% | 0.42% | - |
| XYZ | 5.72 | 3.97 | 14.65 | - |
| YUV | 57.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 108 | 0.41 | 0.59 | 0 | 0.58 | 258.75 | 0.42 | 0.3 |
| Hex | 40 | 2C | 6C | 29 | 3B | 0 | 3A | 103 | 2A | 1E |
| Octal | 100 | 54 | 154 | 51 | 73 | 0 | 72 | 403 | 52 | 36 |
| Binary | 1000000 | 101100 | 1101100 | 101001 | 111011 | 0 | 111010 | 100000011 | 101010 | 11110 |
Color Harmonies of #402C6C
Complementary color
Monochromatic Colors of #402C6C
Black with #402C6C
Text Example
Text Example
White with #402C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402C6C; }
p { color: rgb(64,44,108); }
H1.HeaderClassName
{
color: #402C6C;
}
.AnyTagClassName
{
color: #402C6C;
}
</style>
background-color css
<style>
a { background-color: #402C6C; }
a { background-color: rgb(64,44,108); }
div.DivClassName
{
background-color: #402C6C;
}
.BgClassName
{
background-color: #402C6C;
}
</style>
border-color css
<style>
span { border-color: #402C6C; }
span { border-color: rgb(64,44,108); }
td.TdClassName
{
border-color: #402C6C;
}
.TagClassName
{
border-color: #402C6C;
}
</style>