Shades of Minsk #43306C
Tints of Minsk #43306C
RGB
CMYK
RGB Variations
Color information
#43306C (or 0x43306C) is known color: Minsk. HEX triplet: 43, 30 and 6C. RGB value is (67,48,108). Sum of RGB (Red+Green+Blue) = 67+48+108=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #43306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43306C is #BCCF93. Grayscale: #3C3C3C. Windows color (decimal): -12373908 or 7090243. OLE color: 7090243.
HSL color Cylindrical-coordinate representation of color #43306C: hue angle of 259º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43306C is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 48 | 108 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.58 |
| HSL | 259º | 0.38% | 0.31% | - |
| HSV(B) | 259º | 0.56% | 0.42% | - |
| XYZ | 6.08 | 4.39 | 14.71 | - |
| YUV | 60.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 108 | 0.38 | 0.56 | 0 | 0.58 | 259 | 0.38 | 0.31 |
| Hex | 43 | 30 | 6C | 26 | 38 | 0 | 3A | 103 | 26 | 1F |
| Octal | 103 | 60 | 154 | 46 | 70 | 0 | 72 | 403 | 46 | 37 |
| Binary | 1000011 | 110000 | 1101100 | 100110 | 111000 | 0 | 111010 | 100000011 | 100110 | 11111 |
Color Harmonies of #43306C
Complementary color
Monochromatic Colors of #43306C
Black with #43306C
Text Example
Text Example
White with #43306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43306C; }
p { color: rgb(67,48,108); }
H1.HeaderClassName
{
color: #43306C;
}
.AnyTagClassName
{
color: #43306C;
}
</style>
background-color css
<style>
a { background-color: #43306C; }
a { background-color: rgb(67,48,108); }
div.DivClassName
{
background-color: #43306C;
}
.BgClassName
{
background-color: #43306C;
}
</style>
border-color css
<style>
span { border-color: #43306C; }
span { border-color: rgb(67,48,108); }
td.TdClassName
{
border-color: #43306C;
}
.TagClassName
{
border-color: #43306C;
}
</style>