Shades of Minsk #42366A
Tints of Minsk #42366A
RGB
CMYK
RGB Variations
Color information
#42366A (or 0x42366A) is known color: Minsk. HEX triplet: 42, 36 and 6A. RGB value is (66,54,106). Sum of RGB (Red+Green+Blue) = 66+54+106=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #42366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42366A is #BDC995. Grayscale: #3F3F3F. Windows color (decimal): -12437910 or 6960706. OLE color: 6960706.
HSL color Cylindrical-coordinate representation of color #42366A: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42366A is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 54 | 106 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.58 |
| HSL | 253.85º | 0.33% | 0.31% | - |
| HSV(B) | 253.85º | 0.49% | 0.42% | - |
| XYZ | 6.17 | 4.84 | 14.24 | - |
| YUV | 63.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 106 | 0.38 | 0.49 | 0 | 0.58 | 253.85 | 0.33 | 0.31 |
| Hex | 42 | 36 | 6A | 26 | 31 | 0 | 3A | FE | 20 | 1F |
| Octal | 102 | 66 | 152 | 46 | 61 | 0 | 72 | 376 | 40 | 37 |
| Binary | 1000010 | 110110 | 1101010 | 100110 | 110001 | 0 | 111010 | 11111110 | 100000 | 11111 |
Color Harmonies of #42366A
Complementary color
Monochromatic Colors of #42366A
Black with #42366A
Text Example
Text Example
White with #42366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42366A; }
p { color: rgb(66,54,106); }
H1.HeaderClassName
{
color: #42366A;
}
.AnyTagClassName
{
color: #42366A;
}
</style>
background-color css
<style>
a { background-color: #42366A; }
a { background-color: rgb(66,54,106); }
div.DivClassName
{
background-color: #42366A;
}
.BgClassName
{
background-color: #42366A;
}
</style>
border-color css
<style>
span { border-color: #42366A; }
span { border-color: rgb(66,54,106); }
td.TdClassName
{
border-color: #42366A;
}
.TagClassName
{
border-color: #42366A;
}
</style>