Shades of Minsk #422D68
Tints of Minsk #422D68
RGB
CMYK
RGB Variations
Color information
#422D68 (or 0x422D68) is known color: Minsk. HEX triplet: 42, 2D and 68. RGB value is (66,45,104). Sum of RGB (Red+Green+Blue) = 66+45+104=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #422D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422D68 is #BDD297. Grayscale: #393939. Windows color (decimal): -12440216 or 6827330. OLE color: 6827330.
HSL color Cylindrical-coordinate representation of color #422D68: hue angle of 261.36º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422D68 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 45 | 104 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.59 |
| HSL | 261.36º | 0.4% | 0.29% | - |
| HSV(B) | 261.36º | 0.57% | 0.41% | - |
| XYZ | 5.68 | 4.03 | 13.58 | - |
| YUV | 58.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 104 | 0.37 | 0.57 | 0 | 0.59 | 261.36 | 0.4 | 0.29 |
| Hex | 42 | 2D | 68 | 25 | 39 | 0 | 3B | 105 | 28 | 1D |
| Octal | 102 | 55 | 150 | 45 | 71 | 0 | 73 | 405 | 50 | 35 |
| Binary | 1000010 | 101101 | 1101000 | 100101 | 111001 | 0 | 111011 | 100000101 | 101000 | 11101 |
Color Harmonies of #422D68
Complementary color
Monochromatic Colors of #422D68
Black with #422D68
Text Example
Text Example
White with #422D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422D68; }
p { color: rgb(66,45,104); }
H1.HeaderClassName
{
color: #422D68;
}
.AnyTagClassName
{
color: #422D68;
}
</style>
background-color css
<style>
a { background-color: #422D68; }
a { background-color: rgb(66,45,104); }
div.DivClassName
{
background-color: #422D68;
}
.BgClassName
{
background-color: #422D68;
}
</style>
border-color css
<style>
span { border-color: #422D68; }
span { border-color: rgb(66,45,104); }
td.TdClassName
{
border-color: #422D68;
}
.TagClassName
{
border-color: #422D68;
}
</style>