Shades of Minsk #43376C
Tints of Minsk #43376C
RGB
CMYK
RGB Variations
Color information
#43376C (or 0x43376C) is known color: Minsk. HEX triplet: 43, 37 and 6C. RGB value is (67,55,108). Sum of RGB (Red+Green+Blue) = 67+55+108=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #43376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43376C is #BCC893. Grayscale: #404040. Windows color (decimal): -12372116 or 7092035. OLE color: 7092035.
HSL color Cylindrical-coordinate representation of color #43376C: hue angle of 253.58º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43376C is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 55 | 108 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.58 |
| HSL | 253.58º | 0.33% | 0.32% | - |
| HSV(B) | 253.58º | 0.49% | 0.42% | - |
| XYZ | 6.39 | 5.01 | 14.82 | - |
| YUV | 64.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 108 | 0.38 | 0.49 | 0 | 0.58 | 253.58 | 0.33 | 0.32 |
| Hex | 43 | 37 | 6C | 26 | 31 | 0 | 3A | FE | 21 | 20 |
| Octal | 103 | 67 | 154 | 46 | 61 | 0 | 72 | 376 | 41 | 40 |
| Binary | 1000011 | 110111 | 1101100 | 100110 | 110001 | 0 | 111010 | 11111110 | 100001 | 100000 |
Color Harmonies of #43376C
Complementary color
Monochromatic Colors of #43376C
Black with #43376C
Text Example
Text Example
White with #43376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43376C; }
p { color: rgb(67,55,108); }
H1.HeaderClassName
{
color: #43376C;
}
.AnyTagClassName
{
color: #43376C;
}
</style>
background-color css
<style>
a { background-color: #43376C; }
a { background-color: rgb(67,55,108); }
div.DivClassName
{
background-color: #43376C;
}
.BgClassName
{
background-color: #43376C;
}
</style>
border-color css
<style>
span { border-color: #43376C; }
span { border-color: rgb(67,55,108); }
td.TdClassName
{
border-color: #43376C;
}
.TagClassName
{
border-color: #43376C;
}
</style>