Shades of Minsk #422E6B
Tints of Minsk #422E6B
RGB
CMYK
RGB Variations
Color information
#422E6B (or 0x422E6B) is known color: Minsk. HEX triplet: 42, 2E and 6B. RGB value is (66,46,107). Sum of RGB (Red+Green+Blue) = 66+46+107=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #422E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E6B is #BDD194. Grayscale: #3A3A3A. Windows color (decimal): -12439957 or 7024194. OLE color: 7024194.
HSL color Cylindrical-coordinate representation of color #422E6B: hue angle of 259.67º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #422E6B is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 46 | 107 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.58 |
| HSL | 259.67º | 0.4% | 0.3% | - |
| HSV(B) | 259.67º | 0.57% | 0.42% | - |
| XYZ | 5.88 | 4.17 | 14.41 | - |
| YUV | 58.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 107 | 0.38 | 0.57 | 0 | 0.58 | 259.67 | 0.4 | 0.3 |
| Hex | 42 | 2E | 6B | 26 | 39 | 0 | 3A | 104 | 28 | 1E |
| Octal | 102 | 56 | 153 | 46 | 71 | 0 | 72 | 404 | 50 | 36 |
| Binary | 1000010 | 101110 | 1101011 | 100110 | 111001 | 0 | 111010 | 100000100 | 101000 | 11110 |
Color Harmonies of #422E6B
Complementary color
Monochromatic Colors of #422E6B
Black with #422E6B
Text Example
Text Example
White with #422E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E6B; }
p { color: rgb(66,46,107); }
H1.HeaderClassName
{
color: #422E6B;
}
.AnyTagClassName
{
color: #422E6B;
}
</style>
background-color css
<style>
a { background-color: #422E6B; }
a { background-color: rgb(66,46,107); }
div.DivClassName
{
background-color: #422E6B;
}
.BgClassName
{
background-color: #422E6B;
}
</style>
border-color css
<style>
span { border-color: #422E6B; }
span { border-color: rgb(66,46,107); }
td.TdClassName
{
border-color: #422E6B;
}
.TagClassName
{
border-color: #422E6B;
}
</style>