Shades of Minsk #422E68
Tints of Minsk #422E68
RGB
CMYK
RGB Variations
Color information
#422E68 (or 0x422E68) is known color: Minsk. HEX triplet: 42, 2E and 68. RGB value is (66,46,104). Sum of RGB (Red+Green+Blue) = 66+46+104=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #422E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E68 is #BDD197. Grayscale: #3A3A3A. Windows color (decimal): -12439960 or 6827586. OLE color: 6827586.
HSL color Cylindrical-coordinate representation of color #422E68: hue angle of 260.69º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422E68 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 46 | 104 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.59 |
| HSL | 260.69º | 0.39% | 0.29% | - |
| HSV(B) | 260.69º | 0.56% | 0.41% | - |
| XYZ | 5.72 | 4.11 | 13.59 | - |
| YUV | 58.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 104 | 0.37 | 0.56 | 0 | 0.59 | 260.69 | 0.39 | 0.29 |
| Hex | 42 | 2E | 68 | 25 | 38 | 0 | 3B | 105 | 27 | 1D |
| Octal | 102 | 56 | 150 | 45 | 70 | 0 | 73 | 405 | 47 | 35 |
| Binary | 1000010 | 101110 | 1101000 | 100101 | 111000 | 0 | 111011 | 100000101 | 100111 | 11101 |
Color Harmonies of #422E68
Complementary color
Monochromatic Colors of #422E68
Black with #422E68
Text Example
Text Example
White with #422E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E68; }
p { color: rgb(66,46,104); }
H1.HeaderClassName
{
color: #422E68;
}
.AnyTagClassName
{
color: #422E68;
}
</style>
background-color css
<style>
a { background-color: #422E68; }
a { background-color: rgb(66,46,104); }
div.DivClassName
{
background-color: #422E68;
}
.BgClassName
{
background-color: #422E68;
}
</style>
border-color css
<style>
span { border-color: #422E68; }
span { border-color: rgb(66,46,104); }
td.TdClassName
{
border-color: #422E68;
}
.TagClassName
{
border-color: #422E68;
}
</style>