Shades of Minsk #42316F
Tints of Minsk #42316F
RGB
CMYK
RGB Variations
Color information
#42316F (or 0x42316F) is known color: Minsk. HEX triplet: 42, 31 and 6F. RGB value is (66,49,111). Sum of RGB (Red+Green+Blue) = 66+49+111=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #42316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42316F is #BDCE90. Grayscale: #3C3C3C. Windows color (decimal): -12439185 or 7287106. OLE color: 7287106.
HSL color Cylindrical-coordinate representation of color #42316F: hue angle of 256.45º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42316F is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 49 | 111 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.56 |
| HSL | 256.45º | 0.39% | 0.31% | - |
| HSV(B) | 256.45º | 0.56% | 0.44% | - |
| XYZ | 6.21 | 4.5 | 15.58 | - |
| YUV | 61.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 111 | 0.41 | 0.56 | 0 | 0.56 | 256.45 | 0.39 | 0.31 |
| Hex | 42 | 31 | 6F | 29 | 38 | 0 | 38 | 100 | 27 | 1F |
| Octal | 102 | 61 | 157 | 51 | 70 | 0 | 70 | 400 | 47 | 37 |
| Binary | 1000010 | 110001 | 1101111 | 101001 | 111000 | 0 | 111000 | 100000000 | 100111 | 11111 |
Color Harmonies of #42316F
Complementary color
Monochromatic Colors of #42316F
Black with #42316F
Text Example
Text Example
White with #42316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42316F; }
p { color: rgb(66,49,111); }
H1.HeaderClassName
{
color: #42316F;
}
.AnyTagClassName
{
color: #42316F;
}
</style>
background-color css
<style>
a { background-color: #42316F; }
a { background-color: rgb(66,49,111); }
div.DivClassName
{
background-color: #42316F;
}
.BgClassName
{
background-color: #42316F;
}
</style>
border-color css
<style>
span { border-color: #42316F; }
span { border-color: rgb(66,49,111); }
td.TdClassName
{
border-color: #42316F;
}
.TagClassName
{
border-color: #42316F;
}
</style>