Shades of Minsk #43356F
Tints of Minsk #43356F
RGB
CMYK
RGB Variations
Color information
#43356F (or 0x43356F) is known color: Minsk. HEX triplet: 43, 35 and 6F. RGB value is (67,53,111). Sum of RGB (Red+Green+Blue) = 67+53+111=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #43356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43356F is #BCCA90. Grayscale: #3F3F3F. Windows color (decimal): -12372625 or 7288131. OLE color: 7288131.
HSL color Cylindrical-coordinate representation of color #43356F: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43356F is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 53 | 111 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.56 |
| HSL | 254.48º | 0.35% | 0.32% | - |
| HSV(B) | 254.48º | 0.52% | 0.44% | - |
| XYZ | 6.46 | 4.89 | 15.64 | - |
| YUV | 63.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 111 | 0.40 | 0.52 | 0 | 0.56 | 254.48 | 0.35 | 0.32 |
| Hex | 43 | 35 | 6F | 28 | 34 | 0 | 38 | FE | 23 | 20 |
| Octal | 103 | 65 | 157 | 50 | 64 | 0 | 70 | 376 | 43 | 40 |
| Binary | 1000011 | 110101 | 1101111 | 101000 | 110100 | 0 | 111000 | 11111110 | 100011 | 100000 |
Color Harmonies of #43356F
Complementary color
Monochromatic Colors of #43356F
Black with #43356F
Text Example
Text Example
White with #43356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43356F; }
p { color: rgb(67,53,111); }
H1.HeaderClassName
{
color: #43356F;
}
.AnyTagClassName
{
color: #43356F;
}
</style>
background-color css
<style>
a { background-color: #43356F; }
a { background-color: rgb(67,53,111); }
div.DivClassName
{
background-color: #43356F;
}
.BgClassName
{
background-color: #43356F;
}
</style>
border-color css
<style>
span { border-color: #43356F; }
span { border-color: rgb(67,53,111); }
td.TdClassName
{
border-color: #43356F;
}
.TagClassName
{
border-color: #43356F;
}
</style>