Shades of Minsk #43366C
Tints of Minsk #43366C
RGB
CMYK
RGB Variations
Color information
#43366C (or 0x43366C) is known color: Minsk. HEX triplet: 43, 36 and 6C. RGB value is (67,54,108). Sum of RGB (Red+Green+Blue) = 67+54+108=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #43366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43366C is #BCC993. Grayscale: #3F3F3F. Windows color (decimal): -12372372 or 7091779. OLE color: 7091779.
HSL color Cylindrical-coordinate representation of color #43366C: hue angle of 254.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #43366C is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 54 | 108 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.58 |
| HSL | 254.44º | 0.33% | 0.32% | - |
| HSV(B) | 254.44º | 0.5% | 0.42% | - |
| XYZ | 6.34 | 4.91 | 14.8 | - |
| YUV | 64.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 108 | 0.38 | 0.50 | 0 | 0.58 | 254.44 | 0.33 | 0.32 |
| Hex | 43 | 36 | 6C | 26 | 32 | 0 | 3A | FE | 21 | 20 |
| Octal | 103 | 66 | 154 | 46 | 62 | 0 | 72 | 376 | 41 | 40 |
| Binary | 1000011 | 110110 | 1101100 | 100110 | 110010 | 0 | 111010 | 11111110 | 100001 | 100000 |
Color Harmonies of #43366C
Complementary color
Monochromatic Colors of #43366C
Black with #43366C
Text Example
Text Example
White with #43366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43366C; }
p { color: rgb(67,54,108); }
H1.HeaderClassName
{
color: #43366C;
}
.AnyTagClassName
{
color: #43366C;
}
</style>
background-color css
<style>
a { background-color: #43366C; }
a { background-color: rgb(67,54,108); }
div.DivClassName
{
background-color: #43366C;
}
.BgClassName
{
background-color: #43366C;
}
</style>
border-color css
<style>
span { border-color: #43366C; }
span { border-color: rgb(67,54,108); }
td.TdClassName
{
border-color: #43366C;
}
.TagClassName
{
border-color: #43366C;
}
</style>