Shades of Minsk #42356C
Tints of Minsk #42356C
RGB
CMYK
RGB Variations
Color information
#42356C (or 0x42356C) is known color: Minsk. HEX triplet: 42, 35 and 6C. RGB value is (66,53,108). Sum of RGB (Red+Green+Blue) = 66+53+108=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #42356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42356C is #BDCA93. Grayscale: #3E3E3E. Windows color (decimal): -12438164 or 7091522. OLE color: 7091522.
HSL color Cylindrical-coordinate representation of color #42356C: hue angle of 254.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42356C is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 53 | 108 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.58 |
| HSL | 254.18º | 0.34% | 0.32% | - |
| HSV(B) | 254.18º | 0.51% | 0.42% | - |
| XYZ | 6.23 | 4.79 | 14.78 | - |
| YUV | 63.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 108 | 0.39 | 0.51 | 0 | 0.58 | 254.18 | 0.34 | 0.32 |
| Hex | 42 | 35 | 6C | 27 | 33 | 0 | 3A | FE | 22 | 20 |
| Octal | 102 | 65 | 154 | 47 | 63 | 0 | 72 | 376 | 42 | 40 |
| Binary | 1000010 | 110101 | 1101100 | 100111 | 110011 | 0 | 111010 | 11111110 | 100010 | 100000 |
Color Harmonies of #42356C
Complementary color
Monochromatic Colors of #42356C
Black with #42356C
Text Example
Text Example
White with #42356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42356C; }
p { color: rgb(66,53,108); }
H1.HeaderClassName
{
color: #42356C;
}
.AnyTagClassName
{
color: #42356C;
}
</style>
background-color css
<style>
a { background-color: #42356C; }
a { background-color: rgb(66,53,108); }
div.DivClassName
{
background-color: #42356C;
}
.BgClassName
{
background-color: #42356C;
}
</style>
border-color css
<style>
span { border-color: #42356C; }
span { border-color: rgb(66,53,108); }
td.TdClassName
{
border-color: #42356C;
}
.TagClassName
{
border-color: #42356C;
}
</style>